Delano

Results 193 comments of Delano

If there's no output sent by or received by the client, it's possible that the ssh server or some point along the network is closing the connection. Is the script...

Two things: - you can use Rye::Set to run commands in parallel instead of running your own threads. That'll make your code a little cleaner. - instead of calling the...

I don't have access to alpine to test on, but there error is coming from the call to get memory usage: https://github.com/delano/redis-dump/blob/master/lib/redis/dump.rb#L31-L33

What is the timeout value set in your `redis.conf`? Try increasing that. You can do it without editing the config or restarting using `redis-cli`: ``` $ redis-cli > config get...

Do you know how large the key is (estimated)?

Ya, I imagine that's annoying. @shortdudey123 what's the timeout set to in your `redis.conf`.

I couldn't reproduce the error with 1.8.7 or 1.9.1, but I pushed a possible fix to master which shouldn't have any other side effects (famous last words). Also, you've obviously...

Ah, I was running an old version of the JSON lib (1.1.3). I upgraded to 1.4.3 and I get the same error now. It appears to be isolated to 1.4.3:...

Is this still an issue for you? If it's just the one account, you can update the record manually. If verification emails keep not being sent when you create an...