mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-13 06:56:45 +03:00
🎉 Gitea Mirror: Added
This commit is contained in:
4
src/lib/redis.ts
Normal file
4
src/lib/redis.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import Redis from "ioredis";
|
||||
|
||||
export const redisPublisher = new Redis(); // For publishing
|
||||
export const redisSubscriber = new Redis(); // For subscribing
|
||||
Reference in New Issue
Block a user