redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.95k stars 2.36k forks source link

9.5.0version do panic #2918

Closed lala0257 closed 7 months ago

lala0257 commented 7 months ago

FAIL: TestRedis (0.32s) panic: ERR Unknown subcommand or wrong number of arguments for 'setinfo'. Try CLIENT HELP [recovered] panic: ERR Unknown subcommand or wrong number of arguments for 'setinfo'. Try CLIENT HELP

gongjiehong commented 7 months ago

I also encountered a similar situation. It worked very well in version 9.4.0. After the upgrade, the commands used all reported errors: ERR Syntax error, try CLIENT (LIST | KILL ip:port | GETNAME | SETNAME connection-name)

softwarespot commented 7 months ago

Related https://github.com/redis/go-redis/issues/2911

lala0257 commented 7 months ago

@softwarespot thanks