00:57:24 GMT For instantaneous_ops_per_sec does MGET and the other M command counts as a single operation, or multiple? 12:05:17 GMT hi :) 12:05:31 GMT i'm using rejson to store json data 12:05:50 GMT i have a key, doses 12:06:01 GMT and many keys with the same issue 12:06:40 GMT from the root the data looks like {"id": {"name":"id2"...}, "id2": {"name":"id2"...}} 12:07:12 GMT when i try to do JSON.SET doses id '{"name":"id"...}' 12:07:25 GMT i get "ERR new objects must be created at the root" 12:08:02 GMT if i do JSON.SET doses . '{"id":{"name":"id"...}}' all the data gets overwritten 12:08:13 GMT so i'm a littel unclear on how i'm supposed to go about adding objects 12:08:14 GMT how do i? 12:13:30 GMT i see on rejson.io it shows what would be JSON.SET doses .id... being used but if i try that i get the same error 12:24:12 GMT it does not look like rejson provides a way of updating/merging objects 12:32:27 GMT solved it i believe 12:32:40 GMT can't have the key be ompty 12:32:47 GMT i was emptying it for testing regularly 12:32:55 GMT cuz i was just filling it with spam sample data