chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Limit the queue size when disconnected #9

Closed damienlevin closed 11 years ago

damienlevin commented 11 years ago

Not sure we actually want to queue requests during disconnects. But at least the following makes is configurable. What do you think ?

chrisdinn commented 11 years ago

I think this makes a lot of sense.