redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.4k stars 975 forks source link

Add support for redisjson #2648

Closed chayim closed 2 weeks ago

chayim commented 8 months ago
yisraelU commented 4 months ago

@chayim This sounds like an interesting problem to solve and I'd be happy to have a go at it. IArethere any design docs available for this ? or general design principles to follow

tishun commented 4 months ago

@chayim This sounds like an interesting problem to solve and I'd be happy to have a go at it. IArethere any design docs available for this ? or general design principles to follow

Hey @yisraelU, apologies that this was not reflected, but we are already working on a solution to this.

yisraelU commented 4 months ago

@tishun Awesome , certainly no need to apologize, and thank you for all your hard work. Looking forward

tishun commented 2 weeks ago

See https://github.com/redis/lettuce/pull/2992