08:05:35 GMT Would want to test HSCAN handling code, the gradual iteration with updated cursor, added 82 elements to hash, HSCAN still ends in one iteration, does anyone know from what number elements it runs in 2 iterations? 08:06:08 GMT hm 41 one elements, 41 values 08:07:24 GMT hah I've forgot that I'm writing mapping module for Zsh, and I can provide 2000 keys with: for (( i=0; i <= 2000; i ++ )); do; hset[$i]=$i; done 08:07:35 GMT HSCAN now runs multiple times