KarelCemus / play-redis

Play framework 2 cache plugin as an adapter to redis-server
Mozilla Public License 2.0
166 stars 44 forks source link

Redis User/Password #262

Closed dzove855 closed 10 months ago

dzove855 commented 2 years ago

Hello,

since redis version 6.X.X, you can authenticate with user password, instead of simple password.

Is there any way to do it with this lib or does this need to be implemented?

KarelCemus commented 2 years ago

Unfortunately, the underlying rediscala project has been dead for a couple of years so before this can be implemented this library must be migrated to a new alternative connector, which is quite a significant work.

KarelCemus commented 10 months ago

The feature is already merged in master, will be released with new version of the lib for play 2.9.0 and play 3.0.0 hopefully in the next few days.