mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 04:17:19 +00:00
add count logging w redis + display on main page
This commit is contained in:
5
src/redis.ts
Normal file
5
src/redis.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import Redis from "ioredis";
|
||||
|
||||
const redis = new Redis(process.env.REDIS_URL);
|
||||
|
||||
export default redis;
|
||||
Reference in New Issue
Block a user