We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis_version:6.2.14 module:name=ReJSON,ver=20409,api=1,filters=0,usedby=[search|graph],using=[],options=[handle-io-errors] module:name=timeseries,ver=10814,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors] module:name=graph,ver=21012,api=1,filters=0,usedby=[],using=[ReJSON],options=[] module:name=search,ver=20620,api=1,filters=0,usedby=[],using=[ReJSON],options=[handle-io-errors] module:name=bf,ver=20409,api=1,filters=0,usedby=[],using=[],options=[]
When running following command: JSON.MSET doc1 $ '{"a":1}' doc2 $ '{"f":{"a":2}}' doc3 $ '{"f1":{"a":0},"f2":{"a":0}}'
JSON.MSET doc1 $ '{"a":1}' doc2 $ '{"f":{"a":2}}' doc3 $ '{"f1":{"a":0},"f2":{"a":0}}'
I get this returned :
This is directly the command from the Redis JSON.MSET Command Documentation.
The text was updated successfully, but these errors were encountered:
JSON.MSET was introduced in RedisJSON 2.6. See https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes/
JSON.MSET
Sorry, something went wrong.
No branches or pull requests
redis_version:6.2.14
module:name=ReJSON,ver=20409,api=1,filters=0,usedby=[search|graph],using=[],options=[handle-io-errors]
module:name=timeseries,ver=10814,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors]
module:name=graph,ver=21012,api=1,filters=0,usedby=[],using=[ReJSON],options=[]
module:name=search,ver=20620,api=1,filters=0,usedby=[],using=[ReJSON],options=[handle-io-errors]
module:name=bf,ver=20409,api=1,filters=0,usedby=[],using=[],options=[]
When running following command:
JSON.MSET doc1 $ '{"a":1}' doc2 $ '{"f":{"a":2}}' doc3 $ '{"f1":{"a":0},"f2":{"a":0}}'
I get this returned :

This is directly the command from the Redis JSON.MSET Command Documentation.
The text was updated successfully, but these errors were encountered: