Class: Redis::Client

Inherits:
Object
  • Object
show all
Includes:
Peek::RedisInstrumented
Defined in:
lib/peek/views/redis.rb

Class Attribute Summary collapse

Method Summary

Methods included from Peek::RedisInstrumented

#call

Class Attribute Details

.query_countObject

Returns the value of attribute query_count.



22
23
24
# File 'lib/peek/views/redis.rb', line 22

def query_count
  @query_count
end

.query_timeObject

Returns the value of attribute query_time.



22
23
24
# File 'lib/peek/views/redis.rb', line 22

def query_time
  @query_time
end