Delano
Delano
Good question! I've been meaning to do rewrite that uses redis pipeline to remove the size constraint. No timeline yet tho.
Related to #13.
delano/uri-redis#2 is merged and a new (pre-release) is available via github and rubygems: https://github.com/delano/uri-redis/releases/tag/v1.0.0-RC2 https://rubygems.org/gems/uri-redis/versions/1.0.0.pre.RC2 ```bash $ gem install --pre uri-redis ``` Please let me know here if you have...
Ah yeah, that makes sense. Bundler weaves all the explicit dependencies together. Thanks for the follow-up. I'll push an update to redis-dump today. In the meantime I bumped uri-redis up...
Thanks for the report. The `file_*` commands have some funky code to work around some challenges in net-ssh/net-sftp. I'll take a look in the next release.
Hi Rick, thanks for reporting these. I haven't had much time lately to spend on Rye. I'm happy to pull in a patch that pass all tests but unfortunately can't...
Thanks. One note: you need to leave the rescue in there b/c there are cases where calling stty fails.
Hmm, the error message is coming from the `rm` command and not rye itself. The only thing I can think of is that somehow the `-r -f` flags aren't being...
I don't have any solution for this currently unfortunately (other than to update the sudoers config).