bottlepy / bottle-extras

The Bottle Plugin Collection (beta)
http://bottlepy.org/docs/dev/plugins/index.html
62 stars 10 forks source link

Redis should use a connection pool #10

Closed jamescasbon closed 12 years ago

jamescasbon commented 12 years ago

I posted a version here:

https://gist.github.com/1870749

Otherwise it goes wrong after a certain number of open connections.

sc68cal commented 12 years ago

Can you fork bottle-extras and apply your patch, so that a pull request can be submitted? I want to give you proper attribute.

jamescasbon commented 12 years ago

Sure, will do. Just edited the file on a installed file and wanted to capture what I had done.

On Mon, Feb 20, 2012 at 7:51 PM, Sean M. Collins reply@reply.github.com wrote:

Can you fork bottle-extras and apply your patch, so that a pull request can be submitted? I want to give you proper attribute.


Reply to this email directly or view it on GitHub: https://github.com/bottlepy/bottle-extras/issues/10#issuecomment-4060507

James Casbon

Population Genetics - http://www.populationgenetics.com/ james.casbon@populationgenetics.com +44 (0)1223 497353

jamescasbon commented 12 years ago

See #11