Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis
v0.2.0
Redis
BusyGroup
Client
Commands
XGroup
Connection
Error
Future
NotResolved
NoGroup
Parser
Pipeline
Streaming
Message
XAutoClaimResponse
XPendingBaseResponse
Data
XPendingExtendedResponse
MessageData
XReadGroupResponse
Result
Transaction
Value
Built with Crystal 1.9.2
2023-10-08 20:13:17 UTC
struct
Redis::Streaming::XPendingBaseResponse
Redis::Streaming::XPendingBaseResponse
Struct
Value
Object
Defined in:
streaming.cr
Constructors
.new
(response : Array)
Instance Method Summary
#count
: Int64
#data
: Array(Data)
#earliest
: String
#latest
: String
Constructor Detail
def self.
new
(response : Array)
#
[
View source
]
Instance Method Detail
def
count
: Int64
#
[
View source
]
def
data
: Array(
Data
)
#
[
View source
]
def
earliest
: String
#
[
View source
]
def
latest
: String
#
[
View source
]