consider supporting SELECT 0 as noop
anything other than 0 ( default ) should return error, but it will help to support "stupid" redis clients that tend to do "SELECT 0" even for default connection.
@maksimlikharev Good point. Would you like to submit a patch that does the above?
sure, we can do it, not immediately but in short reasonable future, dev branch?
PR created: https://github.com/Netflix/dynomite/pull/670
unfortunately, PR build failed: redis.exceptions.ResponseError: hash value is not an integer
this error seems preexisted as previous PR failed on the same line.
@maksimlikharev - Are you still working on it? Do you mind if I take over this patch, if you are not actively working on it?
we created pr for this, but we running dyno from our fork, so I'll confirm on Monday if we done anything more to that.
we've done different code for v5.9 because of the changes in Info command, this is what we going to deploy in our environment. please check PRs in out fork: 3,4,5 https://github.com/ThomsonReuters-IPS/dynomite/pulls?q=is%3Apr+is%3Aclosed