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

FUNCTION LIST

Syntax
FUNCTION LIST [LIBRARYNAME library-name-pattern] [WITHCODE]
Available since:
Redis Open Source 7.0.0
Time complexity:
O(N) where N is the number of functions
ACL categories:
@slow, @scripting,

Return information about the functions and libraries.

You can use the optional LIBRARYNAME argument to specify a pattern for matching library names. The optional WITHCODE modifier will cause the server to include the libraries source implementation in the reply.

The following information is provided for each of the libraries in the response:

For more information please refer to Introduction to Redis Functions.

RESP2/RESP3 Reply

Array reply: information about functions and libraries.
RATE THIS PAGE
Back to top ↑