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
The disableClientInfo option is not present in the RedisClientOptions interface since v5. Further, v5 client doesnt send the SETINFO command at all, regardless of the option.
Expected behavior is to match v4 which sends SETINFO by default, and provide the option to disableClientInfo
Node.js Version
No response
Redis Server Version
No response
Node Redis Version
No response
Platform
No response
Logs
The text was updated successfully, but these errors were encountered:
Description
The disableClientInfo option is not present in the
RedisClientOptions
interface since v5. Further, v5 client doesnt send theSETINFO
command at all, regardless of the option.Expected behavior is to match v4 which sends
SETINFO
by default, and provide the option todisableClientInfo
Node.js Version
No response
Redis Server Version
No response
Node Redis Version
No response
Platform
No response
Logs
The text was updated successfully, but these errors were encountered: