mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
committed by
GitHub
parent
c4e0125a7c
commit
bce4d2f36d
@@ -1,5 +1,5 @@
|
||||
import Redis from 'ioredis';
|
||||
|
||||
export const client = new Redis(
|
||||
process.env.REDIS_URL ?? "redis://:@localhost:6379"
|
||||
process.env.REDIS_URL ?? 'redis://:@localhost:6379',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user