Replies: 1 comment 3 replies
-
Dragonfly doesn't support Redis functions at all, only |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to load lua scripts as functions.
Generally when typing "function" on the cli there is an error
(error) ERR Unknown subcommand or wrong number of arguments for 'HELP'. Try FUNCTION HELP.
When trying to load the simplest lua function like:
using the command
redis-cli FUNCTION LOAD REPLACE "$(cat registerFunctions.lua)"
The response is:
(error) ERR wrong number of arguments for 'function' command
When running the same on on redis server it works perfectly fine..
Beta Was this translation helpful? Give feedback.
All reactions