mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 16:05:18 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
`keylen` seems to be a thing that is frequently incorrectly set, and we don't really need it. The only time it was used was to figure out if we had removed a subtree in `del_multi`, which we can do better by changing `TreeCache.pop` to return a different type (`TreeCacheNode`). Commits should be independently reviewable.