gpt4 book ai didi

python - 使用 Python 在 Redis 中增加哈希字段的值

转载 作者:可可西里 更新时间:2023-11-01 11:24:19 24 4
gpt4 key购买 nike

我在 python 中的 redis 中创建了一个 hash 如下:

r.hmset('list:123', {'name': 'john', 'count': 5})

如何增加键 list:123 的计数值?

最佳答案

hash = 'list:123'
key = 'count'
n = 1

r.hincrby(hash, key, n)

关于python - 使用 Python 在 Redis 中增加哈希字段的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52168852/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com