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
Is your feature request related to a problem? Please describe
Personally, I don't like to waste our time in implementing deprecated commands. But the issue is that these deprecated Redis comments will not be removed for years before they are removed completely. This means libraries and applications could still continue to use it even it's not recommented.
Describe the solution you'd like
I like to map deprecated comments to its alternative if it's already exist in Garnet
Describe alternatives you've considered
No response
Additional context
I can raise the PR for this if the garnet team is fine with this change.
List of all deprecated comments and their status on where are supported in Garnet
GEORADIUS_RO
GEORADIUSBYMEMBER_RO
SETEX
QUIT
SUBSTR
BRPOPLPUSH
GEORADIUSBYMEMBER
HMSET
PSETEX
ZREVRANGE
GEORADIUS
ZRANGEBYLEX
GETSET
RPOPLPUSH
ZREVRANGEBYLEX
ZREVRANGEBYSCORE
CLUSTER SLAVES
SLAVEOF
ZRANGEBYSCORE
CLUSTER SLOTS
SETNX
The text was updated successfully, but these errors were encountered:
@yrajas Should the deprecated command need to be added as part of IGarnetApi or can it be mapped to the alternative in the network layer (RespServerSession) itself?
The main advantage of adding support for these older commands is primarily to expand compatibility with existing clients. So, as long as the parsing is supported and mapped to an existing command, we should be good.
Feature request type
sample request
Is your feature request related to a problem? Please describe
Personally, I don't like to waste our time in implementing deprecated commands. But the issue is that these deprecated Redis comments will not be removed for years before they are removed completely. This means libraries and applications could still continue to use it even it's not recommented.
Describe the solution you'd like
I like to map deprecated comments to its alternative if it's already exist in Garnet
Describe alternatives you've considered
No response
Additional context
I can raise the PR for this if the garnet team is fine with this change.
List of all deprecated comments and their status on where are supported in Garnet
The text was updated successfully, but these errors were encountered: