laixintao / iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
https://iredis.xbin.io
BSD 3-Clause "New" or "Revised" License
2.55k stars 111 forks source link

Obtaining the value of the key containing the "_" symbol through get gives an "ERROR Authentication required" error #460

Closed zwyStyle closed 1 year ago

zwyStyle commented 1 year ago

OS: Ubuntu 20.04 Python Version: Python 3.9.10 Package Version: iredis 1.12.1 redis-server: 3.2.12(cluster mode)

Describe the bug: When I using iredis to connect the redis server,and want to obtain the value of the key containing the "_" symbol , then it return an error. Seems it appears to appear randomly. image Any help is greatly appreciated.

addition: i know key design should not contain special symbols, however, due to historical reasons, there are already some keys containing special symbols in the system.

zwyStyle commented 1 year ago

oh i see, it is a MOVED Authentication error and I got confused. This issue can be closed