Skip to content
iman daneshi edited this page Feb 18, 2016 · 5 revisions

"Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker."

we use redis for group bans,global bans,chat stats and ...

Issues

Can't Connect With Redis install/configure it!

You just need to start the redis server

sudo service redis-server start

Backup

1- Save your DB

redis-cli save

2- Backup it

sudo cp /var/lib/redis/dump.rdb /backup/location/you/want/to/save/your/database

For example

sudo cp /var/lib/redis/dump.rdb /home/teleseed

Clone this wiki locally