struct Redis::Protocol::RedisArray
- Redis::Protocol::RedisArray
- Struct
- Value
- Object
Defined in:
redis/protocol/redis_array.crConstructors
Instance Method Summary
- #clone
- #copy_with(value _value = @value)
- #value : Array(NonBinarySafeString | BinarySafeString | Error | Integer | Null | RedisArray)
Constructor Detail
def self.new(value : Array(NonBinarySafeString | BinarySafeString | Error | Integer | Null | RedisArray))
#