--
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 post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/da916991-e81d-4176-be1d-2609065fa8c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Itamar Haber ![]() |
Hello Sam,1. No, you have to issue it on each node (and, better yet, via the conf file)2. Yes, custom module commands need to let Redis know which arguments are keys during command creation. Just like any other command, accessing a node with an operation on a key that doesn't belong to the node's hashslots will result in a redirect.
On Mon, Jun 10, 2019 at 11:30 AM Sam Fang <rappor...@gmail.com> wrote:
Hi,--With Redis cluster and for example redis-cli as the client:1) Does "MODULE LOAD" command install a Redis module on all cluster nodes?2) When issuing a custom command defined by modules with key argument, is the key hashed to find out the target node? Or the module command is broadcasted to all nodes?Thanks a lot,Sam
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 redi...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/da916991-e81d-4176-be1d-2609065fa8c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/73abe440-43bc-4f85-a458-687829235303%40googlegroups.com.