Future<RespType> lindex(String key, int index) async { return tier0.execute([ 'LINDEX', key, index, ]); }