Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 653 Bytes

File metadata and controls

22 lines (14 loc) · 653 Bytes

redis

A Redis client for Pony.

Status

This library is under active development. The API is not yet stable.

Installation

  • Requires ponyc 0.72.0 or later.
  • Install corral
  • corral add github.com/ponylang/redis.git --version 0.0.0
  • corral fetch to fetch your dependencies
  • use "redis" to include this package
  • corral run -- ponyc to 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.

API Documentation

https://ponylang.github.io/redis