Closed eugef closed 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
@eugef that is a very wise thing to do
Since you implemented this i'll close this issue
As it is mentioned in Redis documentation http://redis.io/commands/save
I think we should ask user confirmation before executing synchronous save and suggest to use asynchronous save instead