You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lettuce-redis-client-users
Hello Mark,
Can you please suggest how to use rejson with lettuce. I have seen rejson API's (java client Jredisjson ) and looks like it supports jedis but not lettuce.
How to store JSON in redis. I was looking for this option and found out rejson.
Thanks,
Vikas Jain
Mark Paluch
unread,
Oct 20, 2019, 7:34:01 AM10/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lettuce-redis-client-users
I'm not aware of a Lettuce rejson integration. Lettuce comes with a dynamic command API that allows you to declare module-specific commands in an interface and Lettuce translates method calls into Redis commands. Check out dynamic command interfaces at [0].