ERROR SetAndReleaseItemExclusive => StackExchange.Redis.RedisServerException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error. at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImplT

Comment From: yossigo

@gauravpansari1991 The error is pretty self descriptive, you've configured persistence but it fails due to some server configuration issue. This has been discussed many times in the past, I suggest to search for past issues or discussions on Stack Overflow and elsewhere.

Closing, please feel free to re-open if you have a specific question that has not been answered before.