Replies: 2 comments
-
Hi @Eric24, we can improve the supported operators in the Redis handler. Please write down what you need and we'll devise a plan based on the priorities with other issues :-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
By the way, for those interested in contributing, the Redis protocol is simple and minimal. This is where everything happens: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since ArcadeDB supports Redis protocol, are there any plans to add support for some of the "unique" Redis data types, like Sets and Sorted Sets, and the SQL extensions to support the special functions that are possible with these data types, like SADD (only add to Set if value doesn't exist) and SPOP (remove a random element from a Set), etc.?
Beta Was this translation helpful? Give feedback.
All reactions