Itamar Haber
Itamar Haber
Consider ``` > JSON.SET j . '{"foo":"bar"} OK > JSON.SET j . '{"ans":42}' OK > JSON.GET j "{\"ans\":42}" ``` That is `SET`s expected behavior, so the value at the path...
so an exception would be caught and the key created in my code.
is currently always using the redislabs/redisgears:latest base image, whereas it should pick it from the version currently build (or master/edge). The possible solution is to move docker images building from...
Address "currently we ignore args" comment in keys_reader.c:~327 Also #51 and #88
E.g., if a client calls RG.PYEXECUTE, DUMPEXECUTIONS/GETEXECUTION should report information like CLIENT LIST, e.g.: - Client name - Client ip:port - Client connection id If the call is a map...
Fixes #25
Fixes #29