/redis-10-demos

10 Redis demos

Primary LanguageC#

redis-10-demos

This repo contains 10 demos of using Redis. Some are just commands you can call with instructions, others are code that can be run.

  1. Strings
  2. Expiry
  3. Lists and blocking commands
  4. Sets
  5. StackExchange.Redis
  6. Pub/Sub
  7. Bitmaps
  8. Geo
  9. HyperLogLog
  10. Streams