Beignet API reference
    Preparing search index...

    Escape hatch for apps that need the raw ioredis client.

    interface RedisEscapeHatch {
        client: Redis;
        checkHealth(): Promise<RedisHealth>;
    }
    Index
    client: Redis

    Raw ioredis client. Use this for Redis operations the stable cache port does not model.

    • Check whether Redis responds to a cheap PING command.

      Returns Promise<RedisHealth>