hanami / events

[Experimental] Events framework for Hanami
MIT License
43 stars 7 forks source link

Redis adapter: use RPOPLPUSH for persistence #41

Closed davydovanton closed 7 years ago

davydovanton commented 7 years ago

https://redis.io/commands/rpoplpush#pattern-reliable-queue

Why we need this?

Now redis adapter doesn't save events in the event store. We should change it. For this we need to use RPOPLPUSH function