LiveQuery: Add options for Redis (#5584)
Closes: https://github.com/parse-community/parse-server/issues/5387
This commit is contained in:
@@ -60,6 +60,11 @@ runner({
|
||||
options.liveQuery.redisURL = options['liveQuery.redisURL'];
|
||||
delete options['liveQuery.redisURL'];
|
||||
}
|
||||
if (options['liveQuery.redisOptions']) {
|
||||
options.liveQuery = options.liveQuery || {};
|
||||
options.liveQuery.redisOptions = options['liveQuery.redisOptions'];
|
||||
delete options['liveQuery.redisOptions'];
|
||||
}
|
||||
|
||||
if (options.cluster) {
|
||||
const numCPUs =
|
||||
|
||||
Reference in New Issue
Block a user