Dynomite, Support REDIS SELECT 0 command#670
Dynomite, Support REDIS SELECT 0 command#670maksimlikharev wants to merge 4 commits intoNetflix:devfrom
Conversation
|
With the change - Without the change it rejected "SELECT 0" The code change looks fine to me. |
In some cases Redis clients do SELECT 0, even if no db explicitly specified.
Purpose of this PR to support SELECT 0 and return error if other value is provided.