* Whether the redis client comes from the 'redis' or the 'ioredis' package * @param redisClient
(redisClient: any)
| 196 | * @param redisClient |
| 197 | */ |
| 198 | function isRedisClient(redisClient: any) { |
| 199 | return typeof redisClient.sSubscribe === "function"; |
| 200 | } |