rediscala
rediscala copied to clipboard
Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Hello, I cannot find in this component documentation whether SSL is supported or not. When trying to connect to a Redis Cache through SSL it enters into an endless loop...
This is a work in progress
please allow me to replace akka with pekko. I will contribute all files once this is approved
Hi Valerian, I'm reaching out to you as apache pekko got its 1.0.0 release. Due to licensing changes we need to migrate away from akka, and would like to know...
I am using `RedisClientMasterSlaves` and I see a new connection is being created for every command executed. Verified by using currConnections metric. Do we have any workaround for creating a...
I see the following stack trace in my logs: ``` java.lang.NullPointerException: null at redis.RedisCluster.$anonfun$onConnectStatus$1(RedisCluster.scala:44) at redis.RedisCluster.$anonfun$onConnectStatus$1$adapted(RedisCluster.scala:39) at redis.actors.RedisWorkerIO.onConnected(RedisWorkerIO.scala:70) at redis.actors.RedisWorkerIO$$anonfun$connecting$1.applyOrElse(RedisWorkerIO.scala:57) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) at akka.actor.Actor.aroundReceive(Actor.scala:537) at akka.actor.Actor.aroundReceive$(Actor.scala:535) at redis.actors.RedisWorkerIO.aroundReceive(RedisWorkerIO.scala:15) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580)...
see also: https://github.com/Ma27/rediscala/pull/27
Hello, I'm quite new to Scala and Redis in general and could use some help. Here is the situation, a friend of mine sadly passed away and we were working...
Im trying to use this which needs an implicit `akka.actor.ActorSystem` when creating it's RedisClient object. I used the `context.system.classicSystem` in the Behaviors.setup method to provide the needed implicit. Here is...