Skip to content

JSON.MSET documentation examples returning error #1290

New issue

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

Open
kurtisane opened this issue Oct 28, 2024 · 1 comment
Open

JSON.MSET documentation examples returning error #1290

kurtisane opened this issue Oct 28, 2024 · 1 comment
Labels

Comments

@kurtisane
Copy link

kurtisane commented Oct 28, 2024

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 :
image

This is directly the command from the Redis JSON.MSET Command Documentation.

@LiorKogan
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants