redis-store/redis-rack-cache

View on GitHub
lib/redis-rack-cache/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Redis
  module Rack
    module Cache
      VERSION = '2.2.1'
    end
  end
end