[フレーム]
Docs Pricing
Login Book a meeting Try Redis

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,
Compatibility:
Redis Enterprise and Redis Cloud compatibility

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.

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

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

AltStyle によって変換されたページ (->オリジナル) /