ertatu Posted April 27, 2015 Report Share Posted April 27, 2015 Hello guys, i have problems with redis. Not save and errors... and not create automatically dump.rdb file. -------------------------------------------------------------------------------- This is are my dates for redis.conf bind 127.0.0.1 maxmemory 2gb save 450 1 save 150 10 save 30 1000 requirepass levanton This are my dates for EpochServer.ini [Redis] IP = 127.0.0.1 Port = 6379 DB = 0 Password = levanton --------------------------------------------------------------------------------- When i start Redis When i am playing in the server This is the content of DB folder: Any idea please guys? ;( Link to comment Share on other sites More sharing options...
0 Glenn Posted April 27, 2015 Report Share Posted April 27, 2015 Have you looked at the following topic? There is a section there specifically for Redis not saving data that is probably relevant to your case. If you have already gone through it and cant find a reason for it to crap out like it does, I suggest that you look into the port. That seems to be the most common issue with a new Redis setup. :) ertatu 1 Link to comment Share on other sites More sharing options...
0 vbawol Posted April 27, 2015 Report Share Posted April 27, 2015 run with start-redis.cmd and it should load the config. ertatu 1 Link to comment Share on other sites More sharing options...
0 HosteD Posted April 27, 2015 Report Share Posted April 27, 2015 what awol said Link to comment Share on other sites More sharing options...
0 ertatu Posted May 18, 2015 Author Report Share Posted May 18, 2015 run with start-redis.cmd and it should load the config. Perfecto, this is the solution. thanks Link to comment Share on other sites More sharing options...
Question
ertatu
Hello guys, i have problems with redis. Not save and errors... and not create automatically dump.rdb file.
--------------------------------------------------------------------------------
This is are my dates for redis.conf
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now