You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had the same issue but figured it out. Problem is that the module is using the node redis version 0.12.x. In that version you are supposed to execute the select command yourself after connecting.
I am trying to read from DB=1 instead of the default DB=0 for Redis. So I did this:
and it's only going to DB:0, not DB:1
is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: