valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
252 stars 54 forks source link

Java: Json support #2430

Open acarbonetto opened 2 weeks ago

acarbonetto commented 2 weeks ago

Describe the feature

JSON command support for Java

Commands

Full list is listed in https://github.com/valkey-io/valkey-glide/wiki/ValKey-Commands-Implementation-Progress#json-module

jamesx-improving commented 5 days ago

Done: JSON.GET, JSON.SET, JSON.ARRINSERT, JSON.ARRLEN In Progress: JSON.DEL, JSON.FORGET, JSON.NUMINCRBY, JSON.NUMMULTBY, JSON.ARRAPPEND

jamesx-improving commented 23 hours ago

Status update:

Done - 13

JSON.ARRAPPEND JSON.ARRINSERT JSON.ARRLEN JSON.ARRTRIM JSON.CLEAR JSON.DEL JSON.FORGET JSON.GET JSON.OBJLEN JSON.OBJKEYS JSON.RESP JSON.SET JSON.TOGGLE

In Progress/Review - 9

JSON.ARRINDEX - In Progress JSON.ARRPOP - In Review JSON.DEBUG - In Review JSON.MGET - In Review JSON.NUMINCRBY - In Review JSON.NUMMULTBY - In Review JSON.STRAPPEND - In Review JSON.STRLEN - In Review JSON.TYPE - In Review