Redisson: Read-only GEORADIUS support

Created on 8 Nov 2017  路  3Comments  路  Source: redisson/redisson

Hi,
Redis 4.0.0 and 3.2.10 introduced read-only GEORADIUS variants(GEORADIUS_RO and GEORADIUSBYMEMBER_RO), as the docs state. Are there any plans to add this command to redisson?

Thanks in advance!

feature

Most helpful comment

They are readonly commands, so they can be executed on readonly slaves. This redis issue contains the discussion that led to their creation.

All 3 comments

Hi,

as documentation stated:

They are exactly like the original commands but refuse the STORE and STOREDIST options

What is the point to support them? GEORADIUS and GEORADIUSBYMEMBER commands are enough, I think

They are readonly commands, so they can be executed on readonly slaves. This redis issue contains the discussion that led to their creation.

Done

Was this page helpful?
0 / 5 - 0 ratings

Related issues

julialiu15 picture julialiu15  路  4Comments

a1vin-tian picture a1vin-tian  路  3Comments

leenux picture leenux  路  4Comments

Rorschach7H picture Rorschach7H  路  4Comments

julialiu15 picture julialiu15  路  4Comments