--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/1369bc3f-3571-4783-a658-cb32cd0a78fdo%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/BFD17D35-67FF-4EE4-B2DB-BB7D29607364%40gmail.com.
Itamar Haber ![]() |
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CAFWLiejOpAzY8bHajhDgFrc%2BZiwJC%2BcUawKudhYKy6AjQ45Z-A%40mail.gmail.com.
Hi Adam-
Love the idea, I think many would find it useful. Two things:
1. MHGET would need to be restricted in a cluster. Multiple key commands need all the keys to reside in the same hash slot.
2. With your particular use case, you might actually want to consider Streams. Streams provide a similar (but not identical) field / value structure but with the added benefit of storing many together, each with their own unique identifier (a stream entry ID). You can retrieve multiple entries and even multiple streams with the existing API.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/fd24c6a4-c248-41ae-901f-7d6a78465b45n%40googlegroups.com.