Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Redis client:Error the disk is in use or locked by another process #511

Open
Evasion opened this issue Oct 14, 2016 · 4 comments
Open

Redis client:Error the disk is in use or locked by another process #511

Evasion opened this issue Oct 14, 2016 · 4 comments

Comments

@Evasion
Copy link

Evasion commented Oct 14, 2016

This issue occurs when connecting to a V3.2.100 remote host. Tested connecting to a V 2.8.19 and it works. I have tried removing the listening port restriction in the config file i.e 127.0.0.1 commented.
Any idea on what else to try would help.

@RealDeanZhao
Copy link

I have the same issue with V3.2.100... Revert back to V3.0...

@Evasion
Copy link
Author

Evasion commented Nov 3, 2016

Must be a bug in the latest release then. I am currently using v2.8.19 because of this issue.

@tianon
Copy link

tianon commented Jan 17, 2017

I ran into this same error message while testing my Dockerization of 3.2.100 and it turned out to be due to protected-mode yes in the default configuration -- when that's replaced with protected-mode no (and bind 127.0.0.1 is repalced with bind 0.0.0.0), it works. 👍

(I also found both #437 and #309 which reference the same message, but don't appear to be related, since they're not referring to Redis 3.2)

@tianon
Copy link

tianon commented Jan 17, 2017

See redis@edd4d55 for more information about protected-mode.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants