rediculous icon indicating copy to clipboard operation
rediculous copied to clipboard

REmote DIctionary Client, that's hysterical.

Results 7 rediculous issues
Sort by recently updated
recently updated
newest added

#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 ![Screenshot from 2021-12-16 20-10-50](https://user-images.githubusercontent.com/10272700/146487681-a23e0aa6-caef-4a3e-9d95-3b72d66502c6.png) 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...