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

Hi, We're using scala-redis client to get things from Redis inside web server. Here is an architecture in brief: 1. Server is implemented pon Akka HTTP 2. On each request,...

Add support for XADD / XREAD / XRANGE / XREVRANGE / XLEN ... operations

Redis is using CRC-16 for node lookup, but this library is using CRC-32 which doesn't compatible with other Redis clients such as iorreids I'm using when inserting the key. I...

It would be nice with support for transactions. https://redis.io/topics/transactions

19:03:34.068 [stats-system-akka.actor.default-dispatcher-9] ERROR akka.actor.OneForOneStrategy - Protocol error: Got (1,[B@52c7e2d4) as initial reply byte java.lang.Exception: Protocol error: Got (1,[B@52c7e2d4) as initial reply byte at com.redis.Reply$$anonfun$6.applyOrElse(RedisProtocol.scala:94) ~[redisclient_2.10-2.13.jar:2.13] at com.redis.Reply$$anonfun$6.applyOrElse(RedisProtocol.scala:92) ~[redisclient_2.10-2.13.jar:2.13] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)...

If a redis server restarts, the client connection is not initialized. When the redis server restarts, the socket connection between the server and the client is lost. So the value...

after following the readme step by step until using the update command in sbt enviroment, the screen logs the follwing msg: ``` [error] a module is not authorized to depend...

## Motivation I want to confirm that the unit test passes easily after change in PR How about try to use [Travis](https://travis-ci.com/) for the beginning?

Hi Team, Issue Definition: Exceptions throwed by spack jobs: ncom.redis.RedisProtocolParsingException: NOAUTH Exception Cache Recurrence: The binary was running without any errors since the past 9 months. However, since 9th Jun...

I am not able to find any api, that can allow me to fetch values by passing list of keys. To be more clear I am looking for a method...