I can connect to Redis only by using password without special characters, for example it works fine using redis with 123456 password.
But if i configure redis with more complex password (i've tried both Changeme?1 and Changeme@1) i get these errors.
publish:
2024/07/08 07:08:38 [notice] 1#1: signal 17 (SIGCHLD) received from 52
2024/07/08 07:08:38 [alert] 1#1: worker process 52 exited on signal 11 (core dumped)
2024/07/08 07:08:38 [notice] 1#1: start worker process 56
2024/07/08 07:08:38 [notice] 1#1: signal 29 (SIGIO) received
subscription:
2024/06/28 14:42:39 [debug] 87#87: IPC-HANDLERS(0):received channel_auth_check request for channel sub/test1
2024/06/28 14:42:39 [notice] 1#1: signal 17 (SIGCHLD) received from 87
I tried to connect redis service using redis-cli and it works.
I can connect to Redis only by using password without special characters, for example it works fine using redis with
123456password.But if i configure redis with more complex password (i've tried both
Changeme?1andChangeme@1) i get these errors.publish:
subscription:
I tried to connect redis service using redis-cli and it works.