io.warp10:warp10-ext-redis
Installation
$ wf g -w /path/to/warp10 io.warp10 warp10-ext-redis
/path/to/warp10/
is where Warp 10 is physically located.
Readme
WarpScriptâ„¢ Redis Extension
This extension adds functions which enables WarpScriptâ„¢ code to interact with a Redis instance.
It adds two simple functions for storing (RDSTORE
) and retrieving (RDLOAD
) data.
The ability to interact with a Redis instance opens huge amount of possibilities for your WarpScriptâ„¢ code, among which for example:
- caching
FETCH
or computation results - accessing reference data
- managing multi-tier storage strategies
Versions | Published |
---|---|
0.0.2-uberjar | 2021-05-22 |