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