delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
825 stars 124 forks source link

Now redis-dump work in Ruby 1.8.x #12

Closed tit closed 11 years ago

tit commented 11 years ago

$ ruby -v ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

$ redis-dump  {"size":4,"ttl":-1,"key":"foo2,","type":"string","value":"bar2","db":0} {"size":3,"ttl":-1,"key":"foo,","type":"string","value":"bar","db":0}

delano commented 11 years ago

Cool. Thank you.

I'll create a new release shortly.

delano commented 11 years ago

I just pushed 0.3.5 which includes this fix.

Thanks for making redis-dump better.

tit commented 11 years ago

Delano, any time for you. :) 08.02.2013, â 3:49, Delano Mandelbaum notifications@github.com íàïèñàë(à):

I just pushed 0.3.5 which includes this fix.

Thanks for making redis-dump better.

— Reply to this email directly or view it on GitHub.