gpt4 book ai didi

Redis 使用扫描命令获取 DISTINCT 键

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

使用 Redis 扫描命令如何获取如下所示的 DISTINCT 键。

数据

hmset user_101_1 .. .. .. ..
hmset user_102_2 .. .. .. ..
hmset user_102_3 .. .. .. ..
hmset user_101_4 .. .. .. ..
hmset user_103_5 .. .. .. ..

预期结果

user_101_1
user_102_2
user_103_5

最佳答案

你不能 - 引自 SCAN关于其保证的文档部分:

A given element may be returned multiple times. It is up to the application to handle the case of duplicated elements...

关于Redis 使用扫描命令获取 DISTINCT 键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35523418/

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