You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
* run tests on redis 7 as well - copied from #2020 * copy some changes from #2020 * clean BITCOUNT
This commit is contained in:
@@ -22,7 +22,7 @@ export function transformArguments(
|
||||
range.end.toString()
|
||||
);
|
||||
|
||||
if (range?.mode) {
|
||||
if (range.mode) {
|
||||
args.push(range.mode);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user