越来越多的项目使用 redis 存储数据,结合 resque 处理后台任务 项目也因此要多安装一个东西:redis
生产环境倒影响不大,但是开发环境和测试环境,能少装点更好; 一直在想 redis 要是能像 sunspot 有个嵌入式的 solr 就方便了
昨天发现了个好东西 fakeredis,试用結果满足要求
无法下载 http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/Release Unable to find expected entry 10gen/source/Sources in Meta-index file (malformed Release file?)
E: 有一些索引文件不能下载,它们可能被忽略了,也可能转而使用了旧的索引文件。
add-apt-repository "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
apt-get update
apt-get install mongodb-10gen
开发 port install redis,port install mongodb 生成 yum install redis,yum install mongodb resque 和 resque scheduler 都正常运行