Lettuce is built with Apache Maven. The tests require multiple running Redis instances for different test cases which
are configured using a Makefile. Tests run by default against Redis latest.
$ git clone https://github.com/redis/lettuce.git
$ cd lettuce/
$ make start
Run the build: make test
Start Redis (manually): make start
Stop Redis (manually): make stop
Clean up: make clean
For bugs, questions and discussions please use the GitHub Issues.
License
This repository is licensed under the "MIT" license. See LICENSE.
Fork of https://github.com/wg/lettuce
Contributing
Github is for social coding: if you want to write code, I encourage contributions through pull requests from forks of this repository.
Create Github tickets for bugs and new features and comment on the ones that you are interested in and take a look into CONTRIBUTING.md