switched to f** ESS modules

This commit is contained in:
STEINNI
2025-09-14 21:06:13 +00:00
parent f4ac7df4a7
commit b4cd02add5
16 changed files with 63 additions and 49 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
const redis = require('redis');
module.exports = class RedisConnexion {
import redis from 'redis'
export class RedisConnexion {
constructor(options) {
this.config = options.config;