From: Ezra Zygmuntowicz Date: 2009-07-07T08:24:49+09:00 Subject: Re: file.seek and unused bytes On Jul 6, 2009, at 4:17 PM, Joel VanderWerf wrote: > Ezra Zygmuntowicz wrote: >> Get redis from github as far as I know there is no redis gem on >> rubyforge yet(i wrote the ruby client) >> git clone git://github.com/ezmobius/redis-rb.git >> cd redis-rb >> rake gem >> sudo gem install pkg/redis***.gem >> rake redis:install >> rake redis:start > > Ok until this point: > > $ rake redis:start > (in /home/vjoel/ruby/src/db/redis-rb) > Detach with Ctrl+\ Re-attach with rake redis:attach > rake aborted! > No such file or directory - dtach -A /tmp/redis.dtach redis-server / > etc/redis.conf > > Is dtach something I need to install separately? (kubuntu 8.04 here) Yeah sorry dtach is another piece of software to install, you can get it form darwin ports or your package manager. But that is just a convenience wrapper for starting redis, you can start redis yourself by just checking it out and running the ./redis-server command Cheers- Ezra Zygmuntowicz ez@engineyard.com