|
@@ -103,6 +103,9 @@ public class ClearExamDataCacheExecutor implements NodeExecuter<Long, ExamRecord
|
|
|
redisClient.expire(RedisKeyHelper.getBuilder().examRecordDataKey(examRecordDataId),
|
|
|
defaultExpiredSeconds, TimeUnit.SECONDS);
|
|
|
|
|
|
+ redisClient.delete(Constants.OE_DISCIPLINE_ILLEGAL_DATA + examRecordDataId);
|
|
|
+ redisClient.delete(Constants.OE_DISCIPLINE_ILLEGAL_CLIENT + examRecordDataId);
|
|
|
+
|
|
|
this.debugLog("all is over.", examRecordDataId);
|
|
|
|
|
|
return;
|