mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Fix Redis store 'delete' command bug
This commit is contained in:
parent
8e7b782f0b
commit
ba33753b61
@ -27,7 +27,7 @@ export class RedisStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
del(key, field) {
|
del(key, field) {
|
||||||
return this.hdelAsync(key, field);
|
return this.redis.hdelAsync(key, field);
|
||||||
}
|
}
|
||||||
|
|
||||||
inc(key, field, inc = 1) {
|
inc(key, field, inc = 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user