Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

FUNCTION RESTORE

Syntax
FUNCTION RESTORE serialized-value [FLUSH | APPEND | REPLACE]
Available since:
Redis CE 7.0.0
Time complexity:
O(N) where N is the number of functions on the payload
ACL categories:
@write, @slow, @scripting,

Restore libraries from the serialized payload.

You can use the optional policy argument to provide a policy for handling existing libraries. The following policies are allowed:

For more information please refer to Introduction to Redis Functions.

RESP2/RESP3 Reply

Simple string reply: OK.
RATE THIS PAGE
Back to top ↑