Link to home
Start Free TrialLog in
Avatar of s4death
s4death

asked on

My Redis server is runing but refuse connection

Hello everybody ;

I'm on linux Redhat 6 , i've installed before Redis version 2.8 who had the problem that refuse all connection to my redis server ( but redis-server is running )

so i've deleted this version & installed a new one Redis 2.4 .

i have 2 probleme : in redis log i found this : Server started , can't handle RDB format version 6 ; Fatal error loading the DB Existing .

the second probleme it's when i ping the redis server : it's respond : Could not connect to Redis at 127.0.0.1:6379 : Connection Refused .


Redis is installed in my localhost & server is running .

Thank you
Avatar of Jackie Man
Jackie Man
Flag of Hong Kong image

It seems to be that you have encountered a hardware problem of the network interface card in your server and replacement of nic is necessary.
Redis 3.0.1 is the latest stable version. http://redis.io/
Avatar of s4death
s4death

ASKER

but i'm using it with sensu-server , i'm not free to choose the last stable version but the compatible one .

so my redis server was working .. and after hours he started to refuse any connection ...
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of s4death

ASKER

i should delete existing database when i install the right version ..

thank you
And you should read documentation for exact old version.
Namely if it says something applies to 2.6 or newe means that having parameter in config files will break redis startup for good...