Skip to content

Seamlessly work with redis sentinel

Compare
Choose a tag to compare
@leandromoreira leandromoreira released this 18 Apr 14:35
· 173 commits to master since this release
  • Work seamlessly with redis sentinel, which is supported in redis 3.2+.
  • Allows clients to set any other arbitrary options on the Redis connection, e.g. password, driver, and etc.
  • Work with the fakeredis gem (an in-memory fake redis server commonly used in CI/Test environments).

Thanks to @hobodave in #9