Available since: 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:
WITHCODE
modifier).For more information please refer to Introduction to Redis Functions.