QUIT()
/quit()
not working as documented (returning undefined vs 'OK')
#2333
Labels
QUIT()
/quit()
not working as documented (returning undefined vs 'OK')
#2333
.QUIT()
/.quit()
documentation states that the value returned by the command is'OK'
which is probably assumed to be coming directly from redis as stated in Redis QUIT docswhen running the following code, quit returns
undefined
, not'OK'
it is either a bug in the code or a bug in the docs.
Environment:
The text was updated successfully, but these errors were encountered: