dynomite icon indicating copy to clipboard operation
dynomite copied to clipboard

SELECT index predis

Open quah6o opened this issue 6 years ago • 3 comments

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

quah6o avatar Apr 02 '19 13:04 quah6o

Yeah, Lettuce does this, too, I'm afraid. More about it here: https://github.com/Netflix/dynomite/issues/551

mcouillard avatar Apr 06 '19 16:04 mcouillard

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.

ipapapa avatar Apr 24 '19 20:04 ipapapa

We are having similar issues. Tried to use Dynomite along with 3Scale and Select Index failed.

arocki7 avatar Jun 21 '19 14:06 arocki7