upstash / docs

Upstash documentation
https://upstash.com/docs/
9 stars 39 forks source link

Clarification on docs for JSON.ARRAPPEND #131

Closed sertugkaya closed 5 months ago

sertugkaya commented 6 months ago

Path: /oss/sdks/py/redis/commands/json/arrappend

Redis JSON.ARRAPPEND docs mention that "To specify a string as an array value to append, wrap the quoted string with an additional set of single quotes. Example: '"silver"'."

One of our users had trouble noticing that in our docs, mentioning this gotcha would help

ogzhanolguncu commented 5 months ago

Fixed here https://github.com/upstash/docs/pull/146.