Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohan committed Nov 3, 2014
1 parent dce27f2 commit 725f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ some architecture notes.
##Architecture Notes

The QueueMgr class is a very thin wrapper around existing redis module functions. It delegates all its
operations to that module. The WorkQueue class uses different strategies to connect to redis.
operations to that module. The QueueMgr class uses different strategies to connect to redis.
A config file specifies which strategy to use and also supplies options to redis.

The WorkQueueBroker class delegates queue send and consume to the QueueMgr class. It maintains a hash of queues created
Expand Down

0 comments on commit 725f9e9

Please sign in to comment.