mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
update: docker with expose port and localcache hGet and hSet return null
This commit is contained in:
2
src/cache/localcache.ts
vendored
2
src/cache/localcache.ts
vendored
@@ -47,10 +47,12 @@ export class LocalCache implements ICache {
|
||||
|
||||
async hGet() {
|
||||
console.log('hGet not implemented');
|
||||
return null
|
||||
}
|
||||
|
||||
async hSet() {
|
||||
console.log('hSet not implemented');
|
||||
return null
|
||||
}
|
||||
|
||||
async hDelete() {
|
||||
|
||||
Reference in New Issue
Block a user