Method: Etcdv3#db_size

Defined in:
lib/etcdv3.rb

#db_sizeObject

Store size in bytes.



52
53
54
# File 'lib/etcdv3.rb', line 52

def db_size
  @conn.handle(:maintenance, 'member_status').dbSize
end