Speak redis seventh Set

  • Single-value multi-value

  • sadd / smembers / sismember
    11476842-9ca3698f55b1ea9f.png
  • scard Get the number of elements inside the collection

  • srem key value to delete elements in the collection
    11476842-798d6f4e7976b9bf.png
  • srandmember key an integer -> a few random number
    11476842-47bec8f33303164e.png
  • spop key randomly pop
    11476842-41f95d060a979cc9.png
  • smove key1 key2 key1 in a value -> key1 in the role is to assign a value key2
    11476842-1d5330950678b1e1.png
Mathematical collections
  • 1, difference (sdiff). Rather than items in a first set in which a set back inside any
    11476842-55a3de5952c16c47.png
  • 2, the intersection (sinter)
    11476842-7f0c34073bda2b25.png
  • 3, and the set (SUNION)
    11476842-5e036c1d127664c4.png

Reproduced in: https: //www.jianshu.com/p/55e5512bc451

Guess you like

Origin blog.csdn.net/weixin_34408717/article/details/91087092