feat: actionable metrics, LDAP log parsing, UI updates
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// Flush all test-prefix Redis keys before each test run so state is always clean.
|
||||
// Uses model-redis's own bundled redis client since redis is not a top-level dep.
|
||||
const { createClient } = require('../node_modules/model-redis/node_modules/redis');
|
||||
const { createClient } = require('redis');
|
||||
|
||||
module.exports = async function() {
|
||||
const client = createClient();
|
||||
|
||||
Reference in New Issue
Block a user