microsoftarchive/redis

Redis SET returns True while GET on the key returns None

soreko opened this issue · 1 comments

When redis is on bind to localhost, and set a (key, value), I get True.
Then, get for this key retrieve this value.
BUT, when I restart redis with bind on 0.0.0.0 and try to get the key from before, I get no value.

yc51 commented

You should save first before restart! Read config bro!