redis lrem 问题

论坛 期权论坛 编程之家     
选择匿名的用户   2021-6-2 15:53   2973   0
pool = redis.ConnectionPool(host='localhost', port=6379, decode_responses=True)
r = redis.Redis(connection_pool=pool)

r.lrem('key', 1, 'value') # 删除链表 key 中的 value 元素 (错误)
r.lrem('key', 'value', 1) # 删除链表 key 中的 value 元素 (正确)

# linux 学习
ctrl+a : 移到行首(a是首字母); ctrl+e : 移到行尾(end);
useradd name # 创建用户
passwd name # 修改用户名
 ps -ef | grep redis  # 查看进程
 netstat -tunpl | grep 6379 # 查看端口


转载于:https://www.cnblogs.com/shihaokiss/p/8442478.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP