Open quah6o opened 5 years ago
Yeah, Lettuce does this, too, I'm afraid. More about it here: https://github.com/Netflix/dynomite/issues/551
You could just add the SELECT
command in the following parser and should be fine. If you plan to do that just add a comment with the corresponding limitations.
We are having similar issues. Tried to use Dynomite along with 3Scale and Select Index failed.
Hi,
we played around with dynomite and would like to use it in our application. We are using the predis client. Predis sends a initial SELECT 0 which breaks the connection to dynomite. Our application only uses the redis database 0 and we would like to return OK / ignore the select and continue. I am not that familiar with C. Can anyone give me a hint what we have to change to achieve that?
Best regards