RedisGears JVM commands
Use a Redis client like redis-cli
to send commands to the RedisGears JVM plugin.
JVM plugin commands
Command | Description |
---|---|
RG.JDUMPSESSIONS | Outputs information about existing Java sessions. |
RG.JEXECUTE | Executes a Java function. |
Note:
Ignore any commands that start with RG.PY
while using the JVM plugin. The RG.PY
commands are for the Python plugin.