@valkey/valkey-glide
    Preparing search index...

    Interface FunctionListOptions

    Optional arguments for FUNCTION LIST command.

    interface FunctionListOptions {
        libNamePattern?: GlideString;
        withCode?: boolean;
    }
    Index

    Properties

    libNamePattern?: GlideString

    A wildcard pattern for matching library names.

    withCode?: boolean

    Specifies whether to request the library code from the server or not.