redis-rb / redis-cluster-client

Redis cluster-aware client for Ruby
https://rubygems.org/gems/redis-cluster-client
MIT License
21 stars 9 forks source link

fix: return empty array if the transaction is empty #349

Closed supercaracal closed 7 months ago

supercaracal commented 7 months ago

It should be behaved as the same as redis-client. https://github.com/redis-rb/redis-client/blob/d895cf32ffe779d2c6692e1006947ed9c0eb63a0/lib/redis_client.rb#L445-L477