mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
remove redis ops due to max on upstash
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import Redis from "ioredis";
|
||||
// import Redis from "ioredis";
|
||||
|
||||
const redis = new Redis(process.env.REDIS_URL);
|
||||
// const redis = new Redis(process.env.REDIS_URL);
|
||||
|
||||
export default redis;
|
||||
// export default redis;
|
||||
|
||||
const bruh = "bruh";
|
||||
export default bruh;
|
||||
|
||||
Reference in New Issue
Block a user