The documentation and Internet at large don't seem to provide any examples of setting values into a JSON object stored as a hash value, yet I know that the Redis collection types are often just hacks that allow their underlying storage to be managed similarly to scalar keys.
Can someone confirm whether RedisJSON supports this or doesn't, and, if it does, provide an example?
Thank you.