summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/function-kill.md
blob: 2db5ea58bc0baeefa7a5e2c018a738850b69f08a (plain)
1
2
3
4
5
6
7
8
9
10
Kill a function that is currently executing.


The `FUNCTION KILL` command can be used only on functions that did not modify the dataset during their execution (since stopping a read-only function does not violate the scripting engine's guaranteed atomicity).

For more information please refer to [Introduction to Redis Functions](/topics/functions-intro).

@return

@simple-string-reply