fatih ergin

Results 12 issues of fatih ergin

Is this possible to define `minItems` and `maxItems` in `request_body` for array type parameters? I would like to define sth. like: ```rust #[utoipa::path( post, path = "/", request_body( my_objects =...

enhancement

Addresses https://github.com/hexcowboy/rslock/issues/21. Please review the Docker setup (tests) with extra care, as I'm new to Docker. ### Changes - Add Redis Cluster support via: - `LockManager::new_cluster(uris: Vec)` - `LockManager::from_cluster_clients(clients: Vec)`...