You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-19 07:02:06 +03:00
replace "modern" with "v4"
This commit is contained in:
@@ -4,7 +4,7 @@ const cronometro = require('cronometro'),
|
||||
|
||||
let client;
|
||||
cronometro({
|
||||
'New Client - Modern Mode': {
|
||||
'New Client': {
|
||||
async before() {
|
||||
client = newRedis.createClient();
|
||||
await client.connect();
|
||||
|
Reference in New Issue
Block a user