Uses of Class
io.lettuce.core.BitFieldArgs.OverflowType
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of BitFieldArgs.OverflowType in io.lettuce.core
Methods in io.lettuce.core that return BitFieldArgs.OverflowType Modifier and Type Method Description static BitFieldArgs.OverflowTypeBitFieldArgs.OverflowType. valueOf(String name)Returns the enum constant of this type with the specified name.static BitFieldArgs.OverflowType[]BitFieldArgs.OverflowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core with parameters of type BitFieldArgs.OverflowType Modifier and Type Method Description static BitFieldArgsBitFieldArgs.Builder. overflow(BitFieldArgs.OverflowType overflowType)Adds a newOVERFLOWsubcommand.BitFieldArgsBitFieldArgs. overflow(BitFieldArgs.OverflowType overflowType)Adds a newOVERFLOWsubcommand.