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

Update index.spec.ts

This commit is contained in:
Leibale Eidelman
2023-02-09 08:17:37 -05:00
committed by GitHub
parent 81742eb9a1
commit 901ca5a5d8

View File

@@ -12,7 +12,6 @@ import { promisify } from 'util';
import { commandOptions } from '../../dist/lib/command-options';
import { ZMember } from '../commands/generic-transformers';
export const SQUARE_SCRIPT = defineScript({
SCRIPT: 'return ARGV[1] * ARGV[1];',
NUMBER_OF_KEYS: 0,