Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis-cli
main
CLI
Repl
Console
Redis
CommandParser
Connection
Protocol
BinarySafeString
Command
Error
Integer
NonBinarySafeString
Null
RedisArray
Value
ResultFormatter
Socket
Transport
Error
TimeoutError
Built with Crystal 1.9.2
2023-10-07 17:43:29 UTC
struct
Redis::Protocol::Integer
Redis::Protocol::Integer
Struct
Value
Object
Defined in:
redis/protocol/integer.cr
Constructors
.new
(value : Int64)
Instance Method Summary
#clone
#copy_with
(value _value = @value)
#value
: Int64
Constructor Detail
def self.
new
(value : Int64)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(value _value = @value)
#
[
View source
]
def
value
: Int64
#