-
Notifications
You must be signed in to change notification settings - Fork 3
/
marketplace.json
22 lines (22 loc) · 1.79 KB
/
marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"app_name": "redis-plus-plus-modules",
"description": "A C++ API for redis modules, based on redis-plus-plus and hiredis.",
"hidden": "true",
"rank": "21",
"type": "Building Block",
"contributed_by": "Community",
"repo_url": "https://github.com/wingunder/redis-plus-plus-modules",
"download_url": "https://github.com/wingunder/redis-plus-plus--modules/archive/refs/heads/master.zip",
"hosted_url": "https://github.com/wingunder/redis-plus-plus-modules",
"quick_deploy": "false",
"deploy_buttons": [],
"language": ["C++"],
"redis_commands": ["BF.RESERVE","BF.ADD","BF.MADD","BF.INSERT","BF.EXISTS","BF.MEXISTS","BF.SCANDUMP","BF.LOADCHUNK","BF.INFO","CF.RESERVE","CF.ADD","CF.ADDNX","CF.INSERT","CF.INSERTNX","CF.EXISTS","CF.DEL","CF.COUNT","CF.SCANDUMP","CF.LOADCHUNK","CF.INFO","CMS.INITBYDIM","CMS.INITBYPROB","CMS.INCRBY","CMS.QUERY","CMS.MERGE","CMS.INFO","TOPK.RESERVE","TOPK.ADD","TOPK.INCRBY","TOPK.QUERY","TOPK.COUNT","TOPK.LIST","TOPK.INFO","JSON.DEL","JSON.GET","JSON.MGET","JSON.SET","JSON.TYPE","JSON.NUMINCRBY","JSON.NUMMULTBY","JSON.STRAPPEND","JSON.STRLEN","JSON.ARRAPPEND","JSON.ARRINDEX","JSON.ARRINSERT","JSON.ARRLEN","JSON.ARRPROP","JSON.ARRTRIM","JSON.OBJKEYS","JSON.OBJLEN","JSON.DEBUG","JSON.FORGET","JSON.RESP"],
"redis_features": ["modules", "module API"],
"redis_modules": ["RedisBloom","BloomFilter","CuckooFilter","Count-Min-Sketch","Top-K","RedisJSON"],
"app_image_urls": ["https://github.com/wingunder/redis-plus-plus-modules/blob/master/images/redis-plus-plus-modules.png","https://github.com/wingunder/redis-plus-plus-modules/blob/master/images/class_diagram.png"],
"youtube_url": "",
"special_tags": ["Hackathon"],
"verticals": [],
"markdown": "https://github.com/wingunder/redis-plus-plus-modules/blob/master/README.md"
}