mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Add pollyfill for redis set
This commit is contained in:
@@ -10,6 +10,9 @@ if (config.redis) {
|
||||
module.exports = {
|
||||
get: (key, callback) => {
|
||||
callback((true));
|
||||
},
|
||||
set: (key, value, callback) => {
|
||||
callback((true));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user