How to remove element from list in Redis by value? -


how remove element list in redis value?

for exmaple, have:

127.0.0.1:6379> lrange post:544 0 -1 1) "1" 2) "2" 3) "36" 127.0.0.1:6379>  

i know value 36, not index. can remove element list value?

http://redis.io/commands/lrem

lrem looking for. use lrem post:544 1 36.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -