redis

Hi, how can I use redis for users authentications?
thanks in advance.

You cannot, Redis is used for

You cannot, Redis is used for transient data only, such as client sessions.
Store persistent data in SQL server (PostgreSQL is recommended).

Syndicate content