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