Skip to content

0.8.0

Compare
Choose a tag to compare
@ssong-van ssong-van released this 12 May 17:31
· 3 commits to master since this release

Retry Redis operation when the server connection is lost

  • Only retries on NoConnectionException
  • Retry performed with exponential backoff
  • Separate configuration for read, write, and delete
  • Original exception is thrown to Akka if all retry attemps failed

Contributor

@epot