https://github.com/senx/warp10-ext-redis
WarpScript™ Redis Extension
https://github.com/senx/warp10-ext-redis
redis warp10 warpscript
Last synced: 2 months ago
JSON representation
WarpScript™ Redis Extension
- Host: GitHub
- URL: https://github.com/senx/warp10-ext-redis
- Owner: senx
- Created: 2019-03-13T09:36:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T08:05:07.000Z (about 3 years ago)
- Last Synced: 2024-11-15T03:15:18.012Z (over 1 year ago)
- Topics: redis, warp10, warpscript
- Language: Java
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WarpScript™ Redis Extension
This extension adds functions which enables WarpScript™ code to interact with a [Redis](https://redis.io/) 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