TiTea is a distributed redis protocol compatible NoSQL Database, providing a Redis protocol, base on Tikv and PD, written in Go.
- Redis protocol compatible
- Linear scale-out ability
- Multi-tenancy support
- High availability
Thanks TiKV for supporting the core features
# download docker-compose.yml
curl -s -O https://raw.githubusercontent.com/gengmei-tech/titea/master/docker-compose.yml
# Up
docker-compose up
# Then use redis-cli to connect
redis-cli -p 5379
# Just Like Use Redis
TiTea is under the Apache 2.0 license. See the LICENSE file for details.