spring-data-redis
spring-data-redis copied to clipboard
Remove deprecated setEx, pSetEx and setNX commands
Replace usage of deprecated commands setEx, pSetEx and setNX in DefaultValueOperations by set command with additional SetOption arguments
Closes ##2897