Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
462 B
Text
10 lines
462 B
Text
RedisJSON is a Redis module that implements ECMA-404 The JSON Data
|
|
Interchange Standard as a native data type. It allows storing,
|
|
updating and fetching JSON values from Redis keys (documents).
|
|
|
|
Primary features:
|
|
- Full support of the JSON standard
|
|
- JSONPath-like syntax for selecting elements inside documents
|
|
- Documents are stored as binary data in a tree structure, allowing
|
|
fast access to sub-elements
|
|
- Typed atomic operations for all JSON values types
|