Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ ParseLiveQueryRedis.spec.js
File
ParseLiveQueryRedis.spec.js
spec/ParseLiveQueryRedis.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
if
(process.env.PARSE_SERVER_TEST_CACHE ===
'redis'
) {
2
describe(
'ParseLiveQuery redis'
, () => {
3
afterEach(
async
() => {
4
const
client =
await
Parse.CoreManager.getLiveQueryController().getDefaultLiveQueryClient();
Callers
nothing calls this directly
Calls
6
reconfigureServer
Function · 0.85
destroy
Method · 0.80
subscribe
Method · 0.65
resolve
Function · 0.50
close
Method · 0.45
connect
Method · 0.45
Tested by
no test coverage detected