channels_redis icon indicating copy to clipboard operation
channels_redis copied to clipboard

fix: Guarante at most once delivery

Open danidee10 opened this issue 7 months ago • 5 comments

Addresses #299

This library (aioredlock) Implements the redis distributed locking algorithm redlock

This should create a distributed lock that prevents other consumers from receiving the message if it has already been picked up

danidee10 avatar Apr 20 '25 19:04 danidee10