drogon/lib
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
..
inc/drogon Add username option to redis databases (#1223) 2022-04-30 00:48:18 +08:00
src Add username option to redis databases (#1223) 2022-04-30 00:48:18 +08:00
tests Fix tolower with cfi sanitizer (#1209) (#1210) 2022-04-22 11:08:40 +08:00