redis / go-redis

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

V10: DisableIndentity should be DisableIdentity #2924

Open chayim opened 4 months ago

chayim commented 4 months ago

As part of the SETINFO changes in #2915, we noticed that the option is set as DisableIndentity rather than DisableIdentity. In order to ensure fewer breaking changes, this option should be renamed, ideally in V10.