drogon/nosql_lib/redis/inc
Omar Mohamed Khallaf e8b21502e2
Add username option to redis databases (#1223)
The Redis AUTH command was extended in Redis 6, so now it is possible to
use it in the two-arguments form:
AUTH <username> <password>
and omitting the <username> defaults to user 'default'.
2022-04-30 00:48:18 +08:00
..
drogon/nosql Add username option to redis databases (#1223) 2022-04-30 00:48:18 +08:00