/Redis_examples

Simple examples of command for all Redis data types

Primary LanguagePython

Redis examples using aioredis lib

This repo include examples for all Redis data types Redis Data types:

  1. Redis String commands - exp1_str_type_cmd
  2. Redis Generic commands - exp2_generic_type_cmd
  3. Redis List commands - exp3_list_type_cmd
  4. Redis Hash commands - exp4_hash_type_cmd
  5. Redis Set commands - exp5_set_type_cmd
  6. Redis HyperLogLog commands - exp6_hyperloglog_cmd
  7. Redis Transaction commands - exp7_transaction_cmd
  8. Redis Sorted Set commands - exp8_sorted_set_cmd
  9. Redis Scripting commands - exp9_scripting_cmd
  10. Redis PubSub commands - exp10_pubsub_cmd
  11. Redis Server commands - exp11_server_cmd
  12. Redis Cluster commands - exp12_cluster_cmd
  13. Redis Geo commands - exp13_geo_cmd