method RedisRateLimitStore.prototype.disconnect
RedisRateLimitStore.prototype.disconnect(): Promise<void>

Close the Redis connection (calls QUIT).

Return Type

Promise<void>

Usage

import { RedisRateLimitStore } from "auth-plugin/src/index.ts";