Beignet API reference
    Preparing search index...

    Interface RedisCacheProviderPorts

    Ports contributed by the Redis provider.

    interface RedisCacheProviderPorts {
        cache: CachePort;
        redis: RedisEscapeHatch;
    }
    Index
    cache: CachePort

    Beignet cache port backed by Redis.

    Raw ioredis client escape hatch.