| 2668 | } |
| 2669 | |
| 2670 | void stopSaving(int success) { |
| 2671 | /* Fire the persistence modules end event. */ |
| 2672 | moduleFireServerEvent(REDISMODULE_EVENT_PERSISTENCE, |
| 2673 | success? |
| 2674 | REDISMODULE_SUBEVENT_PERSISTENCE_ENDED: |
| 2675 | REDISMODULE_SUBEVENT_PERSISTENCE_FAILED, |
| 2676 | NULL); |
| 2677 | } |
| 2678 | |
| 2679 | |
| 2680 | class JobBase |
no test coverage detected