You've already forked node-redis
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:
@@ -18,7 +18,7 @@ export default async (host) => {
|
||||
|
||||
return {
|
||||
benchmark() {
|
||||
return client.withFlags({}).module.ping();
|
||||
return client.withTypeMapping({}).module.ping();
|
||||
},
|
||||
teardown() {
|
||||
return client.disconnect();
|
||||
|
Reference in New Issue
Block a user