Dariia Korenieva
Dariia Korenieva
`WorkflowInternal.class.getClassLoader()` is used to create proxy: https://github.com/uber/cadence-java-client/blob/0afa7ee18e6745c413f0501b08b27add42adaf2b/src/main/java/com/uber/cadence/internal/sync/WorkflowClientInternal.java#L163
I can open PR with valkey adapter implementation
@SimFG , @xiaofan-luan , @cxie I’d like to get your thoughts on this issue. I’ve been exploring a potential solution and would be happy to open a PR if this...
Hi @hajdul88, I have verified the fix. It works. Thank you!
I’ll start working on this issue and plan to submit a PR soon.
You’re right—Valkey is largely drop-in compatible with Redis for core commands, and GLIDE supports both. For most basic use cases, a generic container or even RedisContainer works fine. The main...