Hi anyone can give me idea what i need to install to setup resque and redis on my rails 2.3.8 application.
I have installed.
gem install redis
gem install redis-namespace
gem install resque
gem install json
after that i have tried to run rake task from my application.
C:\test>rake redis:install
(in C:/cyncabc)
rake aborted!
Don't know how to build task 'redis:install'
(See full trace by running task with --trace)
getting this error.
I have installed gem not plugin. what's the problem with it ? and what's the solution?