Redis-python add multiple values of type set to a redis hash

后端 未结 0 440
长情又很酷
长情又很酷 2021-01-21 00:04

Redis n00b here so don\'t shoot!

I need to store a collection of sets in redis indexed by key - I can:

import redis
r = redis.Redis()

r.sadd("A:B:123         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题