A Redis client for Pony.
This library is under active development. The API is not yet stable.
- Requires ponyc 0.70.0 or later.
- Install corral
corral add github.com/ponylang/redis.git --version 0.0.0corral fetchto fetch your dependenciesuse "redis"to include this packagecorral run -- ponycto compile your application
This library has a transitive dependency on ponylang/ssl. It requires a C SSL library to be installed. Please see the ssl installation instructions for more information.