Namespaces in Redis?

前端 未结 3 1273
清酒与你
清酒与你 2021-02-04 23:53

Is it possible to create namespaces in Redis?

From what I found, all the global commands (count, delete all) work on all the objects. Is there a way to create sub-spaces

3条回答
  •  爱一瞬间的悲伤
    2021-02-05 00:48

    If you use Ruby you can look at these gems:
    https://github.com/resque/redis-namespace
    https://github.com/jodosha/redis-store

提交回复
热议问题