Adding some redis and resque bits

This commit is contained in:
Dan Buch
2012-03-04 09:33:37 -05:00
parent 588fdd52e8
commit 6fe8e8004e
3 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
mkdir -p /tmp/rails-map-mash-redis
exec redis-server $(ruby -e "puts File.expand_path('../../config/redis.conf', '$0')")