PEP8 + cosmetic changes. |
|
More...
|
over 14 years ago
|
PEP8 + cosmetic changes. |
|
More...
|
over 14 years ago
|
Updated README to reflect the change |
|
More...
|
over 14 years ago
|
Updated old and added new tests to reflect the backend modification |
|
More...
|
over 14 years ago
|
Now when using Redis database backend, the specified database name must be integer. |
|
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 |
|
More...
|
over 14 years ago
|
It is not necessary to create a new collection for each queue... |
|
More...
|
over 14 years ago
|
Fixed possible bug =P |
|
More...
|
over 14 years ago
|
Added some docs and authoring info |
|
More...
|
over 14 years ago
|
MongoDB Backend for ghettoq |
|
More...
|
over 14 years ago
|
Changed timestamp attr (which is an Oracle's reserved word) for msg_timestamp |
|
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
|