tj / connect-redis

Redis session store for Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where does one specify the Redis server, port and credentials?

webJose opened this issue · comments

Hello. The sample in the ReadMe does not specify anything about where the server information is configured. Could you please elaborate? How about the database tu use?

Many thanks in advance.

Hey @webJose , connect-redis just connects and existing Redis client to Express. So you have to configure your specific client and that differs depending on which one you choose. The clients we support are listed here, you can view their docs on how to set those options:

https://github.com/tj/connect-redis#client