Home / node / Commands / interfaces / FunctionListOptions @valkey/valkey-glide
@valkey/valkey-glide / Commands / FunctionListOptions
Interface: FunctionListOptions
Optional arguments for FUNCTION LIST
command.
Properties
libNamePattern?
optional
libNamePattern:GlideString
A wildcard pattern for matching library names.
withCode?
optional
withCode:boolean
Specifies whether to request the library code from the server or not.