Closed
Description
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.