| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
static RedisZSetCommands.ZAddArgs.Flag |
RedisZSetCommands.ZAddArgs.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisZSetCommands.ZAddArgs.Flag[] |
RedisZSetCommands.ZAddArgs.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisZSetCommands.ZAddArgs.contains(RedisZSetCommands.ZAddArgs.Flag flag)
Only update elements that already exist.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.