MCPcopy Create free account
hub / github.com/parse-community/parse-server / debug

Function debug

src/Adapters/Cache/RedisCacheAdapter.js:8–11  ·  view source on GitHub ↗
(...args: any)

Source from the content-addressed store, hash-verified

6const FLUSH_DB_KEY = '__flush_db__';
7
8function debug(...args: any) {
9 const message = ['RedisCacheAdapter: ' + arguments[0]].concat(args.slice(1, args.length));
10 logger.debug.apply(logger, message);
11}
12
13const isValidTTL = ttl => typeof ttl === 'number' && ttl > 0;
14

Callers 4

getMethod · 0.70
putMethod · 0.70
delMethod · 0.70
clearMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…