Skip to content

Instantly share code, notes, and snippets.

@Wardrop
Last active August 29, 2015 13:57
Show Gist options
  • Save Wardrop/9357758 to your computer and use it in GitHub Desktop.
Save Wardrop/9357758 to your computer and use it in GitHub Desktop.
class ApiV1 < Scorched::Controller
RedisDB = 15
def redis
@redis ||= Redis.new(RedisDB)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment