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
I am looking into using Dynomite to replicate data between Redis clusters, but running into the roadblock of authenticating users via Dynomite proxy. It appears that Dynomite does not support AUTH command.
Dynomite version: v0.8
Redis version: 6.2.6
Has anyone run into the same situation and how to get around it?
[2022-10-28 16:12:21.222] proxy_accept:203 <CONN_PROXY 0xc66ec0 6 listening on '0.0.0.0:5010'> accepted <CONN_CLIENT 0xc6cce0 19 from '127.0.0.1:42418'>
[2022-10-28 16:12:21.223] redis_parse_req:1583 parsed unsupported command 'AUTH'
[2022-10-28 16:12:21.223] redis_parse_req:2387 parsed bad req 1 res 1 type 0 state 5
00000000 2a 33 0d 0a 24 34 0d 0a 41 55 54 48 0d 0a 24 31 |*3..$4..AUTH..$1|
00000010 30 0d 0a 57 65 6e 6e 69 6e 67 51 69 75 0d 0a 24 |0..WenningQiu..$|
00000020 38 0d 0a 70 61 73 73 77 6f 72 64 0d 0a |8..password..|
[2022-10-28 16:12:21.223] core_close:418 close <CONN_CLIENT 0xc6cce0 19 from '127.0.0.1:42418'> on event FFFF eof 0 done 0 rb 45 sb 0: Invalid argument
[2022-10-28 16:12:21.223] client_unref_internal_try_put:97 <CONN_CLIENT 0xc6cce0 -1 from '127.0.0.1:42418'> unref owner <POOL 0xc5bbb0 'dyn_o_mite'>
[16:55:08][/nfs/home/qiuwen01-pa/redis/5000]
The text was updated successfully, but these errors were encountered:
I am looking into using Dynomite to replicate data between Redis clusters, but running into the roadblock of authenticating users via Dynomite proxy. It appears that Dynomite does not support AUTH command.
Dynomite version: v0.8
Redis version: 6.2.6
Has anyone run into the same situation and how to get around it?
The text was updated successfully, but these errors were encountered: