Skip to content

Latest commit

 

History

History

redisjson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java Client for RedisJSON

See https://oss.redislabs.com/redisjson/ for more details.

Redis commands mapping

Redis command Sync / Async Api
JSON.DEL RedisJSON.
del()
delAsync()
JSON.GET RedisJSON.
get()
getAsync()
JSON.MGET RedisJSON.
mget()
mgetAsync()
JSON.SET RedisJSON.
set()
setAsync()
JSON.TYPE RedisJSON.
getType()
getTypeAsync()
JSON.NUMINCRBY RedisJSON.
incrBy()
incrByAsync()
JSON.NUMMULTBY RedisJSON.
multBy()
multByAsync()
JSON.STRAPPEND RedisJSON.
strAppend()
strAppendAsync()
JSON.STRLEN RedisJSON.
strLen()
strLenAsync()
JSON.ARRAPPEND RedisJSON.
arrAppend()
arrAppendAsync()
JSON.ARRINDEX RedisJSON.
arrIndex()
arrIndexAsync()
JSON.ARRINSERT RedisJSON.
arrInsert()
arrInsertAsync()
JSON.ARRLEN RedisJSON.
arrLen()
arrLenAsync()
JSON.ARRPOP RedisJSON.
arrPop()
arrPopAsync()
JSON.ARRTRIM RedisJSON.
arrTrim()
arrTrimAsync()
JSON.OBJKEYS RedisJSON.
objKeys()
objKeysAsync()
JSON.OBJLEN RedisJSON.
objLen()
objLenAsync()
JSON.DEBUG N/A
JSON.FORGET N/A
JSON.RESP N/A