gpt4 book ai didi

redis - Redis 数据库中的 ZSET 是什么?

转载 作者:IT王子 更新时间:2023-10-29 05:54:49 26 4
gpt4 key购买 nike

什么是redis数据库中的zset。我有一个包含一些数据的 redis 数据库。为了得到值

KEYS *apple*

1) "compleet-index:products:apple"
2) "compleet-index:brands:apple"

拿到 key 之后

GET  compleet-index:productos:apple

我得到了回应

(error) WRONGTYPE Operation against a key holding the wrong kind of value

我知道类型

TYPE  compleet-index:productos:iphone

zset

当我做

DUMP  compleet-index:productos:iphone

我获得了 exas 代码。

最佳答案

简短回答:使用 ZRANGE compleet-index:products:apple 0 -1 WITHSCORES

ZSET 是 Redis Sorted Set 的简称,是一种 Redis 数据类型 documented here .排序集中的每个键内部都有多个值,与 float 值分数相关联。

关于redis - Redis 数据库中的 ZSET 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29800178/

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