1
0
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:
leibale
2021-07-01 16:00:01 -04:00
parent d62e7155ac
commit be5ff18d23
4 changed files with 21 additions and 21 deletions

View File

@@ -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();