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.
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.