Adi
Results
11
issues of
Adi
### Description In continuation to https://github.com/redis/node-redis/issues/3023 The issue still happening Configured according to: https://devcenter.heroku.com/articles/connecting-heroku-redis#connecting-in-node-js ``` import { createClient, type RedisClientType } from 'redis'; const redis_url = process.env.REDIS_URL || 'redis://127.0.0.1:6379'; const...
Bug