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
With the introduction of Read-Only variants for Geo commands (e.g. GEORADIUSBYMEMBER_RO, GEORADIUS_RO) we started obtaining command details upon connect when using Redis Cluster to ensure that read operations use read commands and utilize replicas.
Since this functionality dates back to Redis 3.2, we should consider removing this step and assume that Read-Only commands are generally available and switch to these.