Brian Sam-Bodden
Brian Sam-Bodden
> Dear redis om team member, is there any updates for support redis cluster? It will be part of release 1.0.0. ~January 2023
Same question, I see a `// TODO: support explicit list of hosts disallowed to connect` in `DisableSockets` but my question is, can we do this implicitly without using `DisableSockets`?
Interested in getting some nice(R) graphs in my iJava notebooks too. Did this go anywhere?
There might be a way to do something with pipelining and/or Redis transactions, let me think about it
@guos so something like: ```java entityStream.of(PostDoc.class) .filter(PostDoc$.ID.eq(id)) .findFirst() .orElse(.....); //
@SingKS8 I haven't been able to reproduce the behaviour, can you add a small reproducer?
I will revisit this reproducer soon, stay tuned!
Good catch! Working on a fix. Thanks
Notes: - The issue here is that we have in-memory definition of an index schema that is created when the index is created - On application restart, if the index...
+1 (also Groovy/Kotlin)