0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PEP8 + cosmetic changes. More... over 14 years ago
PEP8 + cosmetic changes. More... over 14 years ago
Updated README to reflect the change
Tomaz Muraus
as Tomaž Muraus
More... over 14 years ago
Updated old and added new tests to reflect the backend modification
Tomaz Muraus
as Tomaž Muraus
More... over 14 years ago
Now when using Redis database backend, the specified database name must be integer.
Tomaz Muraus
as Tomaž Muraus
More... over 14 years ago
.taproot: Support for drain_events() More... over 14 years ago
Added Petar Radosevic to AUTHORS More... over 14 years ago
BUGFIX: Database variable is now dbname. More... over 14 years ago
Implements queues and queue sets using BRPOP command available in newer redis versions, which means the redis client is no longer polling. More... over 14 years ago
Merge branch 'master' into blpop More... over 14 years ago
PEP8ify More... over 14 years ago
Updated Changelog More... over 14 years ago
Bumped version to 0.2.0 More... over 14 years ago
renamed Message.timestamp to Message.sent_at More... over 14 years ago
Added Flavio [FlaPer87] Percoco Premoli to AUTHORS More... over 14 years ago
Merge branch 'FlaPer87/master' More... over 14 years ago
discard_all should return the number of messages deleted More... over 14 years ago
Moved the ensure_index call to the establish_connection method
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
It is not necessary to create a new collection for each queue...
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
Fixed possible bug =P
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
Added some docs and authoring info
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
MongoDB Backend for ghettoq
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
Changed timestamp attr (which is an Oracle's reserved word) for msg_timestamp
Flavio Percoco
as Flavio Percoco Premoli
More... over 14 years ago
.queue_purge should remove the number of items removed. More... almost 15 years ago
Redis backend using brpop instead of rpop (not tested!) More... almost 15 years ago
Bumped version to 0.1.2 More... almost 15 years ago
Use rpop/rpush instead of deprecated pop/push (conforming to redis 1.x) More... almost 15 years ago
Make redis backend work with redis-py 1.34.1 More... almost 15 years ago
Added Tareque Hossain to AUTHORS More... almost 15 years ago
Added logic to refresh django connection to allow consumer to get past transaction environment and fetch latest results when using Database backend. More... almost 15 years ago