sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Request confirm for synchronous save #38

Closed eugef closed 10 years ago

eugef commented 10 years ago

As it is mentioned in Redis documentation http://redis.io/commands/save

You almost never want to call SAVE in production environments where it will block all the other clients. Instead usually BGSAVE is used

I think we should ask user confirmation before executing synchronous save and suggest to use asynchronous save instead

sasanrose commented 10 years ago

@eugef that is a very wise thing to do

sasanrose commented 10 years ago

Since you implemented this i'll close this issue