Shove this in an initializer and smoke it:

App::Application.config.redis_snippets = {
  :connection => ::Redis::Namespace.new("my_namespace", :redis => ::Redis.new),
  :keys => [:key1, :key2]
}

Access /admin/snippets/.

Then use helper snippet().

<%= snippet(:key1) %>