| 2064 | } |
| 2065 | |
| 2066 | int hash_spin_worker() { |
| 2067 | auto ctl = serverTL->rehashCtl; |
| 2068 | return dictRehashSomeAsync(ctl, 1); |
| 2069 | } |
| 2070 | |
| 2071 | /* This function handles 'background' operations we are required to do |
| 2072 | * incrementally in Redis databases, such as active key expiring, resizing, |
nothing calls this directly
no test coverage detected