FUNCTION KILL

FUNCTION KILL
Railroad diagram for FUNCTION KILL
function_kill() → Union[Awaitable[str], str]  // Status response
Available since:
Redis Open Source 7.0.0
Time complexity:
O(1)
ACL categories:
@slow, @scripting,
Compatibility:
Redis Software and Redis Cloud compatibility

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.

Redis Software and Redis Cloud compatibility

Redis
Software
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

RATE THIS PAGE
Back to top ↑
Morty Proxy This is a proxified and sanitized view of the page, visit original site.