Currently delete_buckets would raise an error as {:ok, [count_deleted, _]} is not the right pattern matching for the pipeline. This PR fixes the issue.
Coverage remained the same at 80.769% when pulling c71f1e1769d2cf65b68fb2e1857875a766236f36 on dicefm:bugfix-delete-buckets into 67c78c73fd4ed297ce3fec264ff53557fe22b8c8 on ExHammer:master.
Currently
delete_buckets
would raise an error as{:ok, [count_deleted, _]}
is not the right pattern matching for the pipeline. This PR fixes the issue.See also: https://redis.io/topics/transactions