| 2627 | } |
| 2628 | |
| 2629 | void moduleClusterLoadCallback(const char * rgchKey, size_t cchKey, void *data) { |
| 2630 | clusterStorageLoadCallback(rgchKey, cchKey, data); |
| 2631 | moduleLoadCallback(rgchKey, cchKey, data); |
| 2632 | } |
| 2633 | |
| 2634 | void redisDb::initialize(int id) |
| 2635 | { |
nothing calls this directly
no test coverage detected