We now delete all keys that are emitted by the source publisher when invoking delete(Publisher) and unlink(Publisher). Both methods split incoming keys into chunks of 128 keys to keep a balance between latency and the issued command count. Previously, delete(Publisher) and unlink(Publisher) only deleted the first key. Original Pull Request: #379