enerBit / redsumer-rs

MIT License
1 stars 1 forks source link

Implement XAUTOCLAIM in consumer #14

Open JMTamayo opened 1 month ago

JMTamayo commented 1 month ago

Description

Implement XAUTOCLAIM in RedsumerConsumer to claim pending messages instead of using XPENDING + XCLAIM in order to improve efficiency and simplicity

JMTamayo commented 1 month ago

Take a look at this PR redis-rs/redis-rs#1169, which approved the implementation of XAUTOCLAIM.