Libraries
»
redi
(0.0.8)
»
Index
»
Redi
»
Pool
»
#flushdb
Method: Redi::Pool#flushdb
Defined in:
lib/redi/pool.rb
#
flushdb
⇒
Object
66 67 68
# File 'lib/redi/pool.rb', line 66
def
flushdb
@servers
.
each
{
|
s
|
s
.
flushdb
}
end