scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.

Results 78 scala-redis issues
Sort by recently updated
recently updated
newest added

I see that Scala 3 support was added for 3.0 but it was never released / published to maven central. It would be nice to get this published so it's...

@debasishg I've got a exception similar to the which is = "java.lang.Exception: Protocol error: Got ($,[B@1669a570) as initial reply byte". I am using Redis server v=4.0.9, clitent "net.debasishg" %% "redisclient"...

### Description Intermittent issue. Failing method: `RedisClient#set` Example call: ``` redisClient.set("some/key/name", "1", NX, 10.minutes) ``` Example errors: ``` java.lang.Exception: Protocol error: Got ($,[B@33c1a89b) as initial reply byte at com.redis.Reply$$anonfun$errReply$1.applyOrElse(RedisProtocol.scala:133) at...

We need to do that cause if we have a faulty Redis server that has issues with connections the reconnect-on-error functionality of those methods can result in `StackOverflowError`. We had...

We are using below redis version setup using bitnami as a master slave configuration. Steps to install - https://engineering.bitnami.com/articles/deploy-and-scale-a-redis-cluster-on-kubernetes-with-bitnami-and-helm.html Redis version - 5.0.7-debian-10-r32 scala-redis version - 3.30 Frequently, we are...

How do we set up Read from any node of the cluster with the lowest latency when using AWS Elastic cache Global datastore? https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html ![image](https://user-images.githubusercontent.com/51975997/156978154-61049e63-1402-4109-8759-463ffe49685c.png)

I am trying to setup a redis client. Here's how my cloud configuration looks like: ![image](https://user-images.githubusercontent.com/36355685/156146785-8397708d-5329-492f-9bca-fe4794cd771a.png) I am using the SAML password to make the connection as shown below: ![image](https://user-images.githubusercontent.com/36355685/156146879-f5ed5455-0a09-49dc-bd06-d77146e11552.png)...

Hello maintainers! I added the LMOVE and BLMOVE operations as ``` lmovell for lmove src dest left left lmovelr for lmove src dest left right lmoverl for lmove src dest...

希望scala的包又多又好