An open API service indexing awesome lists of open source software.

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

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