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