MCPcopy Create free account
hub / github.com/acl-dev/acl / xrevrange

Method xrevrange

lib_acl_cpp/src/redis/redis_stream.cpp:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool redis_stream::xrevrange(redis_stream_messages& messages, const char* key,
331 const char* start, const char* end, size_t count /* = 1000 */)
332{
333 hash_slot(key);
334 return range(messages, "XREVRANGE", key, start, end, count);
335}
336
337bool redis_stream::range(redis_stream_messages& messages, const char* cmd,
338 const char* key, const char* start, const char* end, size_t count)

Callers 1

xrevrangeFunction · 0.80

Calls 1

hash_slotFunction · 0.85

Tested by

no test coverage detected