issues
search
RedisJSON
/
RedisJSON2
Rust based RedisJSON implementation - Deprecated and moved to RedisJSON/RedisJSON
https://redisjson.io
Other
54
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Please sign the CLA so we can merge your commit upstream
#88
gavrie
opened
4 years ago
0
Build error[E0505]: cannot move out of `node` because it is borrowed
#85
fstarr
closed
4 years ago
6
Updated README
#84
simonprickett
closed
4 years ago
1
module name internal change
#83
K-Jo
closed
4 years ago
0
packaginbranch - wip
#82
K-Jo
closed
4 years ago
1
Support Object in ARRINDEX
#81
gkorland
opened
4 years ago
1
Crash on json.get
#80
gkorland
closed
4 years ago
6
Add support of JsonPath filter (script) expression to JSON.GET
#79
pavelsr
closed
4 years ago
3
Missing container image in registry
#78
darkshade9
closed
4 years ago
2
Small fixes in the README.md
#77
VadimKulagin
closed
4 years ago
1
don't return deleted docs on qget (temp fix for #70)
#76
gkorland
opened
4 years ago
1
Why license is not BSD?
#75
holms
closed
4 years ago
1
Crash on wrong JSON.SET path syntax
#74
gkorland
closed
4 years ago
3
JSON.QGET doesn't work on non-String fields
#73
fstarr
closed
4 years ago
10
Docker image in Hub
#69
lucax88x
closed
4 years ago
3
backward for json.get multi path
#68
gkorland
closed
5 years ago
2
fix #66 handle none exisiting paths in Doc on index and query
#67
gkorland
closed
5 years ago
0
Should be able query docs with missing paths in index
#66
gkorland
closed
5 years ago
0
Index existing data when a new Index is created
#63
gkorland
closed
4 years ago
1
Failed build --release
#60
willisga
closed
5 years ago
2
add deny-oom on write commands
#59
gkorland
closed
5 years ago
0
Add support for aux data methods
#58
gavrie
closed
5 years ago
0
Initial RediSearch support: JSON.INDEX ADD, JSON.QGET, JSON.SET ... INDEX
#57
gavrie
closed
5 years ago
1
fix #55 return the right type on json.num* call
#56
gkorland
closed
5 years ago
0
json.num* operations should treat integers as such
#55
gkorland
closed
5 years ago
1
fix #53 stop==(-1 or 0) is the default stop
#54
gkorland
closed
5 years ago
0
JSON.ARRINDEX where stop is 0 or -1 should include the last element
#53
gkorland
closed
5 years ago
0
fix #48 return poped element on arr_pop
#52
gkorland
closed
5 years ago
0
strappend should remove surrounding ""
#51
gkorland
closed
5 years ago
0
fix minor backward issues with RedisJSON
#50
gkorland
closed
5 years ago
0
JSON.TYPE on Integer should return `Integer`
#49
gkorland
closed
5 years ago
0
JSON.ARRPOP should return the poped object and not the leftover
#48
gkorland
closed
5 years ago
0
JSON.GET with multi path should return original path for backward
#46
gkorland
closed
4 years ago
1
fix backward read buffer
#45
gkorland
closed
5 years ago
0
Use a namespace for module type methods
#44
gavrie
closed
5 years ago
0
add rdb backward load
#43
gkorland
closed
5 years ago
0
add add_value create nodes in path
#42
gkorland
closed
5 years ago
0
repalce match with ok_or_else
#41
gkorland
closed
5 years ago
0
change delete to remove key and open some tests
#40
gkorland
closed
5 years ago
0
add support for JSON.RESP
#39
gkorland
closed
5 years ago
0
Add debug command
#38
gkorland
closed
5 years ago
0
Add BSON format, JSON.DEBUG & Remove submodule,
#37
gkorland
closed
5 years ago
0
remove sub-module and BSON support
#36
gkorland
closed
5 years ago
0
Add support for query by Index
#35
gkorland
closed
5 years ago
1
Add support for Secondary index
#34
gkorland
closed
5 years ago
1
add support for STRAPPEND, ARRAPPEND, ARRINSERT, ARRPOP, ARRINDEX, ARRTRIM, OBJKEYS
#33
gkorland
closed
5 years ago
3
Backward comparability fixes
#32
gkorland
closed
5 years ago
0
Read write access
#31
gkorland
closed
5 years ago
0
Refactor num_op branch to use Result
#30
gavrie
closed
5 years ago
1
add path Backward
#29
gkorland
closed
5 years ago
0
Next