git-hulk commented on issue #3106:
URL: https://github.com/apache/kvrocks/issues/3106#issuecomment-3172685261
@ragnaros2046 I cannot reproduce your issue from my side:
```
❯ redis-cli -p 6666
127.0.0.1:6666> FUNCTION LOAD REPLACE "#!lua name=mylib\n local function
test(keys, args)\nredis.setresp(3)\nredis.call('ZADD', 'abc', 1,'ddd')\n return
redis.call('ZRANGE', 'abc', '+inf', '-inf', 'REV', 'BYSCORE','LIMIT', 0, 100,
'WITHSCORES')\n end\n redis.register_function('test',test)"
127.0.0.1:6666> fcall test 1 1
1) 1) "ddd"
2) (double) 1
```
You can check if all your instances has enabled the RESP3 via `config get
resp3-enabled`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]