XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • RESP
    • None

    Description

      https://redis.io/commands/json.set/
      JSON.SET key path value [NX | XX]
      Available in: Redis Stack / JSON 1.0.0 Time complexity: O(M+N) when path is evaluated to a single value where M is the size of the original value (if it exists) and N is the size of the new value, O(M+N) when path is evaluated to multiple values where M is the size of the key and N is the size of the new value * the number of original values in the key

      Set the JSON value at path in key

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: