dbsize method

Future<RespType> dbsize()

Implementation

Future<RespType> dbsize() async {
  return tier0.execute([
    'DBSIZE',
  ]);
}