1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Merge branch 'v5' of github.com:leibale/node-redis into v5

This commit is contained in:
Leibale
2023-06-22 18:33:45 -04:00
7 changed files with 778 additions and 73 deletions

View File

@@ -18,7 +18,7 @@ export default async (host) => {
return {
benchmark() {
return client.withFlags({}).module.ping();
return client.withTypeMapping({}).module.ping();
},
teardown() {
return client.disconnect();