akkadotnet / Akka.Persistence.Redis

Redis storage for Akka.NET Persistence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the use of password protected servers

SeanFarrow opened this issue · comments

Hi,

Given that we are offering Tls support in akka.remote in 1.5, would it not be a good idea to support Tls connections to Secure Redis servers, requiring a password?

I've looked at this a bit and it appears that the underlying library that we are using for access to Redis doesn't support connections requiring a password. See this issue for more details.

I'm proposing we change to the stack exchange library, as this also supports protocol buffers, as other persistence plugins do, so we would get uniformity across the board.

I'm happy to do the work, if this is something that would be wanted.
Cheers
Sean.

We have already changed the underlying library to stackexchange redis