Beignet API reference
    Preparing search index...

    Interface CreateRedisCacheOptions

    Options for adapting an app-owned ioredis client directly.

    interface CreateRedisCacheOptions {
        client: RedisCacheClient;
        instrumentation?: ProviderInstrumentationTarget;
    }
    Index

    Connected ioredis client. The caller owns connection and shutdown.

    Optional provider instrumentation target.