-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmodules.json
More file actions
25 lines (22 loc) · 856 Bytes
/
modules.json
File metadata and controls
25 lines (22 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"valkey_bloom": {
"name": "valkey-bloom",
"repo": "https://github.com/valkey-io/valkey-bloom",
"description": "Module that allows users to use the bloom filter data type"
},
"valkey_search": {
"name": "valkey-search",
"repo": "https://github.com/valkey-io/valkey-search",
"description": "Module that provides a high-performance Vector Similarity Search engine optimized for AI-driven workloads"
},
"valkey_json": {
"name": "valkey-json",
"repo": "https://github.com/valkey-io/valkey-json",
"description": "Module that allows users to use the JSON data type"
},
"valkey_ldap": {
"name": "valkey-ldap",
"repo": "https://github.com/valkey-io/valkey-ldap",
"description": "Module that adds support for LDAP authentication"
}
}