rediculous
rediculous copied to clipboard
REmote DIctionary Client, that's hysterical.
#53 - Will eventually fix hopefully
Using rediculous with timeout can cause weird issues intermittently. Repro test case. Add the following to `RedisCommandSpec.scala` and do a few trial runs. ```scala test("early termination"){ redisConnection().flatMap{ connection => val...
State function run times when chunk sizes get large start to dominate the cpu graph. This points at this line https://github.com/davenverse/rediculous/blob/main/core/src/main/scala/io/chrisdavenport/rediculous/RedisTransaction.scala#L121 as the culprit 500k  100k...
- Introduces Broadcast Ability - Introduces Explicit Keyed/Random/Broadcast behavior - Basically we probably want to put scripts so they are available on all nodes, before we try to run a...
@ChristopherDavenport I really need to use geoindex for my project. Hope it's good enough
CE and FS2 use RC versions. FS2 3.7.x also opens up using Unix sockets to connect, which is interesting. But that is probably a separate PR. Also updates a lot...