A Redis client for Pony.
This library is under active development. The API is not yet stable.
- Requires ponyc 0.72.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
SSL support in ponyc's stdlib requires a C SSL library to be installed. Please see ponyc's BUILD.md for details.