HMSET myhash f1 helloword f2 99 f3 -256 OK 127.0.0.1:6379> HGETALL myhash 2) "f1" -6ren">
gpt4 book ai didi

hash - 我的 redis 有什么问题 "ERR unknown command ' STRLEN'”

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

1)127.0.0.1:6379> HMSET myhash f1 helloword f2 99 f3 -256
OK
127.0.0.1:6379> HGETALL myhash
2) "f1"
3) "helloword"
4) "f2"
5) "99"
6) "f3"
7) "-256"
127.0.0.1:6379> HSTRLEN myhash f1
(error) ERR unknown command 'HSTRLEN'
127.0.0.1:6379>

不过这是官方的例子,HSTRLEN key field怎么了??

最佳答案

发现自己在这里,发现这是一个版本问题:

https://redis.io/commands/hstrlen Available since 3.2.0.

在 Ubuntu 16.04 上:

$ redis-server --version
Redis server v=3.0.6

$ sudo apt search redis-server
redis-server/xenial-updates,xenial-security,now 2:3.0.6-1ubuntu0.3 amd64 [installed]

我的解决方案是在 docker 中运行更高版本。

关于hash - 我的 redis 有什么问题 "ERR unknown command ' STRLEN'”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50502830/

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