@inlinable
    public static func ltrim(_ key: RedisKey, before start: Int, after stop: Int) -> RedisCommand<Void> {
        let args: [RESPValue] = [
            .init(from: key),
            .init(bulk: start),