Replies: 1 comment
-
We don't have this possibility. If you can do it from the module API (using |
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
-
I'm considering separating an in-application memory store over to Valkey on the same host, and wanted to see if there are any considerations or approaches for a shared memory model. Latency is extremely important for this application, so even leveraging a unix socket will be somewhat detrimental. I have found some previous/ancient art in the redis community for this type of feature, ie: redis-shm and redis-module-shm, and wanted to know if anyone else has looked in to this, or if there is something I have overlooked. I'm seriously considering bringing this back from the dead for my own use case, and Valkey seems to be a good target to build for.
Beta Was this translation helpful? Give feedback.
All reactions