Closed astrilchuk closed 8 years ago
I noticed that a SELECT request is made before each command request. Given that the database is configured via the UI could the SELECT be just be called on connect to redis?
Version 1.1.4: Now select db on connect.
I've confirmed the initial select is working and no further selects are made.
Thanks!
I noticed that a SELECT request is made before each command request. Given that the database is configured via the UI could the SELECT be just be called on connect to redis?