Open cwhcnxa opened 10 years ago
if using sqlite file , you can find 'redislive.sqlite' file in path/redislive/db , and setting the path points this file . (you can see like " no found table : monitor" information in the log)
here is my conf file
{
"RedisServers":
[
{
"server": "1.2.3.4",
"port" : 6379
}
],
"DataStoreType" : "sqlite",
"SqliteStatsStore" :
{
"path": "db/redislive.sqlite"
}
}
I installed RedisLive-22e7051 and RedisLive-master, and encountered the same problem, the steps is as follows: