Closed tit closed 11 years ago
I try run reddis-dump and response next error ERROR (NoMethodError): undefined method `select!' for #Array:0x102c17818
mac, ruby 1.8.x, redis 2.6.x
Thanks for the report.
Ruby 1.8 doesn't have an Array#select! method. I only work with Ruby 1.9 now but I'm happy to pull in a patch.
I pulled small patch for Ruby 1.8.x
Thanks, that resolves issue #12.
I try run reddis-dump and response next error ERROR (NoMethodError): undefined method `select!' for #Array:0x102c17818
mac, ruby 1.8.x, redis 2.6.x