Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.87k stars 317 forks source link

ZRANGE 命令不兼容原版 #205

Open PRNDA opened 1 year ago

PRNDA commented 1 year ago

Description

ZRANGE 命令不兼容原版

Expected Behavior

zrange mykey 0 -1 BYSCORE REV LIMIT 0 100

应该能返回一个列表

Current Behavior

实际报错 (error) ERR syntax error

Steps to Reproduce (for bugs)

docker run -itd -p 51002:51002 tencentdbforkv/tendisplus redis-cli -p 51002 -a test zrange mykey 0 -1 BYSCORE REV LIMIT 0 100

Your Environment

takenliu commented 1 year ago

好的,下一版本修复,谢谢建议~