研发笔记
  • 归档
  • redis手册
  • 关于
  • SPOP

    redis and set | Mar 4, 2016

    Removes and returns one or more random elements from the set value store at key.

    More »
  • SMOVE

    redis and set | Mar 4, 2016

    Move member from the set at source to the set at destination. This operation is atomic. In every given moment the element will appear to be a member of source or destination for other clients.

    More »
  • SMEMBERS

    redis and set | Mar 4, 2016

    Returns all the members of the set value stored at key.

    More »
  • SISMEMBER

    redis and set | Mar 4, 2016

    Returns if member is a member of the set stored at key.

    More »
  • SINTERSTORE

    redis and set | Mar 4, 2016

    This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination.

    More »
  • SINTER

    redis and set | Mar 4, 2016

    Returns the members of the set resulting from the intersection of all the given sets.

    More »
    • ← Older

    • Newer →

  • ©2016 whatrd.com
  • 鄂ICP备16005622号-3