MCPcopy Index your code
hub / github.com/parse-community/parse-server / useRedis

Function useRedis

src/LiveQuery/ParsePubSub.js:8–11  ·  view source on GitHub ↗
(config: any)

Source from the content-addressed store, hash-verified

6const ParsePubSub = {};
7
8function useRedis(config: any): boolean {
9 const redisURL = config.redisURL;
10 return typeof redisURL !== 'undefined' && redisURL !== '';
11}
12
13ParsePubSub.createPublisher = function (config: any): any {
14 if (useRedis(config)) {

Callers 1

ParsePubSub.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected