dragonfly
dragonfly copied to clipboard
investigate and fix error types compatibility with redis
An example of that is #2629 which we should have returned -LOADING
instead of -ERR
. Find out the rest and fix them. See also: https://github.com/dragonflydb/dragonfly/issues/2617
@kostasrim is this done?
The related issues yes. This is a general problem though, we should investigate where we are incompatible with pyredis and adjust the errors. Honestly, I would wait for users to report these inconsistencies and not waste our time on this