PythonShell上:In [1]: db.lpush("hello","test")
Out[1]: 1L
In [2]: db.lrem("hello",0,"test")
Out[2]: 0Lredis-cli上:redis 127.0.0.1:6379> lrem hello 0 test
(integer) 1謝謝
- 3 回答
- 0 關(guān)注
- 943 瀏覽
添加回答
舉報(bào)
0/150
提交
取消