mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

undefined method `getset' for ConnectionPool #83

Closed coding-bunny closed 9 years ago

coding-bunny commented 9 years ago

Hello,

We are using the gem Redis::Semaphore because of some multithreading issues, but this poses a problem when using ConnectionPool to connect to our Redis backend.

This is the error we get: NoMethodError: undefined method 'getset' for #<ConnectionPool:0x007ff213e203a8>

This method is defined in the Redis gem we are using, but apparently not supported by ConnectionPool.

coding-bunny commented 9 years ago

Found a way around it, problem was incorrect call from my side with the connection pool. Sorry for the inconvenience.