aioredis lib
Redis examples usingRedis Data types:
This repo include examples for all Redis data types- Redis String commands - exp1_str_type_cmd
- Redis Generic commands - exp2_generic_type_cmd
- Redis List commands - exp3_list_type_cmd
- Redis Hash commands - exp4_hash_type_cmd
- Redis Set commands - exp5_set_type_cmd
- Redis HyperLogLog commands - exp6_hyperloglog_cmd
- Redis Transaction commands - exp7_transaction_cmd
- Redis Sorted Set commands - exp8_sorted_set_cmd
- Redis Scripting commands - exp9_scripting_cmd
- Redis PubSub commands - exp10_pubsub_cmd
- Redis Server commands - exp11_server_cmd
- Redis Cluster commands - exp12_cluster_cmd
- Redis Geo commands - exp13_geo_cmd