quick_redis_blog icon indicating copy to clipboard operation
quick_redis_blog copied to clipboard

xrange语法报错

Open funyule opened this issue 3 years ago • 0 comments
trafficstars

操作系统 Windows

QuickRedis 版本 例子:2.3.1

问题描述

> xrange mystream - +
TypeError: this.resolveResult is not a function

期望:

127.0.0.1:6379> xrange mystream - +
1) 1) "1660198456140-0"
   2) 1) "message"
      2) "hello"
2) 1) "1660198461853-0"
   2) 1) "message"
      2) "world"

funyule avatar Aug 11 '22 06:08 funyule