1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

feat(hash field expiration): Added hash field expiration commands (#2907)

* [CAE-686] Added hash field expiration commands

* [CAE-686] Improve HSETEX return type

* [CAE-686] Minor pushTuples change, renamed HSETEX test

* [CAE-686] Changed hsetex function signature for better consistency with other commands

* [CAE-686] Fixed hsetex test

* [CAE-686] Bumped docker version to 8.0-M05-pre, enabled and fixed tests
This commit is contained in:
Hristo Temelski
2025-03-19 12:26:23 +02:00
committed by GitHub
parent 2ff5cb88d4
commit 4cbecf6a09
8 changed files with 399 additions and 1 deletions

View File

@@ -269,7 +269,7 @@ export function pushVariadicArgument(
return args;
}
export function parseOptionalVariadicArgument(
export function parseOptionalVariadicArgument(
parser: CommandParser,
name: RedisArgument,
value?: RedisVariadicArgument