class AppDynamics::Backend::Redis

Public Instance Methods

backend_name() click to toggle source
# File lib/app_dynamics/backend/redis.rb, line 13
def backend_name
  "Redis"
end
backend_type() click to toggle source
# File lib/app_dynamics/backend/redis.rb, line 9
def backend_type
  "CACHE"
end
identifying_properties() click to toggle source
# File lib/app_dynamics/backend/redis.rb, line 17
def identifying_properties
  { "VENDOR"   => "Redis" }
end