issues
search
debasishg
/
scala-redis-nb
Implementation of a non blocking Redis client in Scala using Akka IO
204
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Client method for connecting cluster
#126
manjeet1198
opened
6 years ago
0
fix procedure syntax
#125
xuwei-k
closed
6 years ago
0
Scala 2.12.6
#124
xuwei-k
closed
2 years ago
0
sbt 0.13.17
#123
xuwei-k
closed
6 years ago
1
update scala versions
#122
xuwei-k
closed
6 years ago
0
migrate to build.sbt. fix warnings
#121
xuwei-k
closed
6 years ago
0
update version in README
#120
xuwei-k
closed
6 years ago
0
remove oraclejdk7 tests
#119
xuwei-k
closed
6 years ago
1
2.12.0
#118
AmerPandzo
opened
7 years ago
1
Release of latest version (0.9) with Nil support in PartialDeserializer
#117
yaelbrookes
closed
7 years ago
4
support Scala 2.12.0 final
#116
xuwei-k
closed
8 years ago
1
support Scala 2.12.0-RC1
#115
xuwei-k
closed
8 years ago
1
Fix Pair Option PartialDeserializer to support Nil
#114
blouerat
closed
9 years ago
1
Please release latest version
#113
pavlosgi
closed
9 years ago
2
Introduce error messages in various `require` clauses
#112
pavlosgi
closed
9 years ago
1
Support Binary keys
#111
mohnishkodnani
opened
9 years ago
0
Removing private protection of Reader and Writer in com.redis.serialization.Format.scala
#110
patrickcunningham
closed
9 years ago
4
Creating a mock RedisClient
#109
patrickcunningham
opened
9 years ago
6
Please release latest version with Reconnect to redis once connection lost fixed
#108
pavlosgi
opened
10 years ago
5
Added SCAN command
#107
tompro
opened
10 years ago
3
Add SCAN command
#106
balistof
opened
10 years ago
0
RedisClient Factory Method Not Thread-Safe
#105
JakeGreene
opened
10 years ago
1
Deserializer's performance problem
#104
okumin
opened
10 years ago
0
Stop using ExecutionContext.global and receive ExecutionContext by the implicit parameter
#103
okumin
opened
10 years ago
0
Use Queue API instead of inefficient operations
#102
okumin
opened
10 years ago
4
Add HINCRBYFLOAT
#101
okumin
opened
10 years ago
0
Add INCRBYFLOAT
#100
okumin
opened
10 years ago
0
Failing tests
#99
debasishg
opened
10 years ago
1
Add BITPOS
#98
okumin
closed
10 years ago
1
Add LINSERT
#97
okumin
closed
10 years ago
1
Reconnection logic fixes
#96
denen99
closed
10 years ago
4
Reconnect dying after first attemp
#95
denen99
closed
10 years ago
2
Pub/Sub support.
#94
koshelev
closed
10 years ago
2
Publish Scala 2.11 binary
#93
aspender
closed
10 years ago
1
Fix a test of keys with spaces
#92
yutaono
closed
10 years ago
0
add Reader#map, Writer#contramap
#91
xuwei-k
closed
10 years ago
1
Replace Akka IO Pipelines with Akka Stream (Reactive Streams)
#90
knutwalker
opened
10 years ago
8
Support new CLIENT KILL semantics from Redis 2.8.12+ in tests
#89
knutwalker
opened
10 years ago
1
Add timeout to RedisClientSettings.scala
#88
mzafer
opened
10 years ago
0
update akka 2.3.4, sbt 0.13.5
#87
xuwei-k
closed
10 years ago
1
Change the repo name
#86
guersam
opened
10 years ago
0
HyperLogLog support
#85
guersam
closed
10 years ago
0
Cross-build with Scala 2.11.1
#84
guersam
closed
10 years ago
0
Add Travis CI before_script for install Redis 2.8.9
#83
zaneli
closed
10 years ago
0
zrank in a loop returns wrong ranks
#82
aktasonur
closed
10 years ago
2
Enable reconnection policies for failed connection attempts
#81
fractaloop
opened
10 years ago
1
Disconnections do not fail futures for pending requests
#80
fractaloop
opened
10 years ago
1
Reset the reconnection schedule on successful reconnect.
#79
fractaloop
closed
10 years ago
3
Reconnections fail from unknown termination
#78
fractaloop
closed
10 years ago
8
Implementation of latest SortedSet commands
#77
aktasonur
closed
10 years ago
2
Next