Redis - Loading Dataset is Sport memory:

We are using Redis for Windows and ServiceStack as the client library. We get the following memory from the Redis store. It was able to recover immediately, but still this issue is causing some unexpected behavior in the application.

+3


source to share


1 answer


Loading a dataset error message occurs in two cases:

  • At startup.
  • When the slave connects and performs a full sync with the master.


The application should be able to handle this and also retry the request or handle the error in an elegant way.

+10


source







All Articles