minsu
minsu

Reputation: 31

My redis server loses keys every few minutes

My redis server loses keys every few minutes. This is so wired and i cannot find the reason of this problem. I was trying to keep my keys with expireat option, but expire and expireat options are ignored after few minutes, all keys are gone and two wired keys are added, "weaponsZ" , "weaponsX". I don't know how that wired keys are existed in my redis.

Please help, I think that I am gonna crazy.

This is my environment. [OS : Ubuntu 16.04.5 64bit, Redis : 4.0.10, GPU : Nvidia 1080 Ti, Tensorflow 1.0, CUDA 8]

Upvotes: 0

Views: 779

Answers (1)

Itamar Haber
Itamar Haber

Reputation: 49942

Your server is being accessed by a nefarious party in an attempt to gain access to its resources. You should burn the server, and set a new one up with a password if it is connected to the outside world.

Upvotes: 3

Related Questions