Liufeiyang0703
Results
3
comments of
Liufeiyang0703
trafficstars
when executing " XPENDING mystream group55 IDLE 9000 - + 10" ,redis report a error: ERR syntax error
when I delete the word "IDLE" ,this command go correct.I wanna know why?
when executing " XPENDING mystream group55 IDLE 9000 - + 10" ,redis report a error: ERR syntax error
redis version is 6.2.4
when executing " XPENDING mystream group55 IDLE 9000 - + 10" ,redis report a error: ERR syntax error
> I suspect that the redis that you running is not 6.2.4, can you use `redis-cli info|gre redis_version` to check again? thanks,I find that my version is 5.0.7,but why the...