-
Notifications
You must be signed in to change notification settings - Fork 613
Redis
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 ...
Can't Connect With Redis install/configure it!
You just need to start the redis server
sudo service redis-server start
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