discard method

Future<RespType> discard()

Implementation

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