You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-11-04 设置过 通过 config set 然后重启,昨天和今天凌晨又发生了以下错误。
完整的异常信息
System.Exception: 【127.0.0.1:6379/13】状态不可用,等待后台检查程序恢复方可使用。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.
Command: PING
---> CSRedis.RedisException: 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.
Command: PING
---> CSRedis.RedisException: 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 CSRedis.Internal.IO.RedisReader.ReadType()
at CSRedis.Internal.IO.RedisReader.ExpectType(RedisMessage expectedType)
at CSRedis.Internal.IO.RedisReader.ReadStatus(Boolean checkType)
at CSRedis.Internal.Commands.RedisStatus.Parse(RedisReader reader)
at CSRedis.Internal.RedisConnector.Call[T](RedisCommand1 command) --- End of inner exception stack trace --- at CSRedis.Internal.RedisConnector.Call[T](RedisCommand1 command)
at CSRedis.RedisClient.Write[T](RedisCommand1 command) at CSRedis.RedisClient.Ping() at CSRedis.RedisClientPool.Return(Object1 obj, Exception exception, Boolean isRecreate)
--- End of inner exception stack trace ---
at CSRedis.Internal.ObjectPool.ObjectPool1.getFree(Boolean checkAvailable) at CSRedis.Internal.ObjectPool.ObjectPool1.Get(Nullable1 timeout) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func2 handler, Int32 jump, Int32 errtimes)
at CSRedis.CSRedisClient.ExecuteScalar[T](String key, Func3 hander) at CSRedis.CSRedisClient.Get[T](String key) at RedisHelper1.Get[T](String key)
The text was updated successfully, but these errors were encountered:
完整的异常信息
System.Exception: 【127.0.0.1:6379/13】状态不可用,等待后台检查程序恢复方可使用。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.
Command: PING
---> CSRedis.RedisException: 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.
Command: PING
---> CSRedis.RedisException: 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 CSRedis.Internal.IO.RedisReader.ReadType()
at CSRedis.Internal.IO.RedisReader.ExpectType(RedisMessage expectedType)
at CSRedis.Internal.IO.RedisReader.ReadStatus(Boolean checkType)
at CSRedis.Internal.Commands.RedisStatus.Parse(RedisReader reader)
at CSRedis.Internal.RedisConnector.Call[T](RedisCommand
1 command) --- End of inner exception stack trace --- at CSRedis.Internal.RedisConnector.Call[T](RedisCommand
1 command)at CSRedis.RedisClient.Write[T](RedisCommand
1 command) at CSRedis.RedisClient.Ping() at CSRedis.RedisClientPool.Return(Object
1 obj, Exception exception, Boolean isRecreate)--- End of inner exception stack trace ---
at CSRedis.Internal.ObjectPool.ObjectPool
1.getFree(Boolean checkAvailable) at CSRedis.Internal.ObjectPool.ObjectPool
1.Get(Nullable1 timeout) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func
2 handler, Int32 jump, Int32 errtimes)at CSRedis.CSRedisClient.ExecuteScalar[T](String key, Func
3 hander) at CSRedis.CSRedisClient.Get[T](String key) at RedisHelper
1.Get[T](String key)The text was updated successfully, but these errors were encountered: