Created
February 10, 2012 01:22
-
-
Save helloluis/1785161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RuntimeError in SitesController#show | |
ERR unknown command 'hset' | |
Rails.root: /Users/Luis/Sites/infinitely/main | |
Application Trace | Framework Trace | Full Trace | |
redis (2.2.2) lib/redis/client.rb:47:in `call' | |
/Users/Luis/.rvm/gems/ruby-1.9.2-p290@infinitely/bundler/gems/rpm_contrib-694e43044d4f/lib/rpm_contrib/instrumentation/redis.rb:30:in `block in raw_call_command_with_newrelic_trace' | |
newrelic_rpm (3.1.2) lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
/Users/Luis/.rvm/gems/ruby-1.9.2-p290@infinitely/bundler/gems/rpm_contrib-694e43044d4f/lib/rpm_contrib/instrumentation/redis.rb:28:in `raw_call_command_with_newrelic_trace' | |
redis (2.2.2) lib/redis.rb:730:in `block in hset' | |
/Users/Luis/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize' | |
redis (2.2.2) lib/redis.rb:729:in `hset' | |
redis-namespace (1.0.3) lib/redis/namespace.rb:213:in `method_missing' | |
app/models/site/redis_cache.rb:44:in `reset_counters' | |
app/models/site/redis_cache.rb:17:in `social_activities_count' | |
app/models/site.rb:120:in `count' | |
app/controllers/sites_controller.rb:127:in `set_statistics' | |
app/controllers/sites_controller.rb:27:in `block (2 levels) in show' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment