-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
In DefaultValueOperations, the set method with timeout argument calls the setEx command internally. However, SETEX command was deprecated in version 2.6.12 of Redis. According to Redis documentation, it is recommended to replace SETEX with SET using the EX argument. Redis documentation
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement