对于 Redis 列表(或 set/zset/hset)
['5', '5', '5', '5', '4', '3', '3', '3', '2', '2', '2', '2', '1', '1', '1']
什么是统计它的最佳方法,就像 sql 所做的那样
select count(key), sum(key) from table group by key;
希望客户端循环不是唯一的方法......
对于 Redis 列表(或 set/zset/hset)
['5', '5', '5', '5', '4', '3', '3', '3', '2', '2', '2', '2', '1', '1', '1']
什么是统计它的最佳方法,就像 sql 所做的那样
select count(key), sum(key) from table group by key;
希望客户端循环不是唯一的方法......