@inlinable
    public static func rpush<Value: RESPValueConvertible>(_ elements: Value..., into key: RedisKey) -> RedisCommand<Int> {
        return .rpush(elements, into: key)
    }