daurnimator / lredis

A redis client for lua
MIT License
43 stars 7 forks source link

Redis library for Lua

Features

Why not _____?

Status

This project is a work in progress and not ready for production use.

Build Status Coverage Status

Installation

It's recommended to install lredis by using luarocks. This will automatically install run-time lua dependencies for you.

$ luarocks install --server=http://luarocks.org/dev lredis

Dependencies

For running tests

Development

Getting started