mmoreram / RSQueueBundle

RSQueueBundle, a redis-based queue system for your Symfony2 projects
MIT License
52 stars 12 forks source link

How queues act when duplicated items? #4

Closed mmoreram closed 8 years ago

mmoreram commented 11 years ago

Possibility to define a queue with unique elements.

If defined as unique, all inserted elements will be inserted only if they are not inserted.

Only valid where queues are used as Consumer/Producer model

Also could be nice to define how queue must act in this case

mmoreram commented 11 years ago

Queues configuration need to be refactored, to allow for adding new queue configuration, beyonn queue namealias