Future<RespType> hsetnx(String key, String field, Object value) async { return tier0.execute([ 'HSETNX', key, field, value, ]); }