Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): Add HSETEX command #817

Merged
merged 1 commit into from
Feb 22, 2023
Merged

feat(server): Add HSETEX command #817

merged 1 commit into from
Feb 22, 2023

Conversation

romange
Copy link
Collaborator

@romange romange commented Feb 17, 2023

The format as follows: HSETEX key seconds field value [field value ...] This allows adding hset members with expiration time in seconds.

Both SADDEX and HSETEX` do not support currently RDB serialization and replication.
This will be added in subsequent PRs.

Fixes #687

@romange romange force-pushed the Pr1 branch 2 times, most recently from a795cf8 to 91dfa5b Compare February 18, 2023 18:07
The format as follows: `HSETEX key seconds field value [field value ...]`
This allows adding hset members with expiration time in seconds.

Fixes #687

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TTL for messages in HSET
1 participant