Closed pavel-hladik closed 11 years ago
Add SqliteStatsStore property in your config.
I'm a newbie and I have the same problem. Can you show me a example config? Thank you!
You have to change your redis-live.conf :
{
"RedisServers":
[
{
"server": "111.222.333.444",
"password" : "SECRET",
"port" : 6379
}
],
"DataStoreType" : "sqlite",
"SqliteStatsStore":
{
}
}
Thank you , it works!
Hi, I'm running latest CentOS 6.4 packages, Python 2.6 but with argparse. When I wanted to run command ./redis-monitor.py --duration=120 I got this message:
Here is my redis-live.conf:
Propably missing SqliteStatsStore config info in redis-live.conf?