redis的list有没有判断某值是否存在于某list的方法?
ringa_lee
ringa_lee 2017-04-28 09:04:30
0
2
1282

找了几天,就找到一个删除指定值的,但是我不想删除

ringa_lee
ringa_lee

ringa_lee

reply all(2)
刘奇

No, if you have this need, you can use ZSet.

曾经蜡笔没有小新

SISMEMBER in the set and ZRANK, ZREVRANK, and ZSCORE in the ordered set can all determine whether a member is in the set. Thanks for the answer upstairs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template