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

Method xreadgroup_with_noack

lib_acl_cpp/src/redis/redis_stream.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315bool redis_stream::xreadgroup_with_noack(redis_stream_messages& messages,
316 const char* group, const char* consumer,
317 const std::map<string, string>& streams, size_t count /* = 0 */,
318 ssize_t block /* = 0 */)
319{
320 return xreadgroup(messages, group, consumer, streams, count, block, true);
321}
322
323bool redis_stream::xrange(redis_stream_messages& messages, const char* key,
324 const char* start, const char* end, size_t count /* = 1000 */)

Callers 1

xreadgroup_with_noackFunction · 0.80

Calls 1

xreadgroupFunction · 0.85

Tested by

no test coverage detected