**Symfony version(s) affected**: 4.1.* **Description** `RedisStore` does not properly follow `StoreInterface`'s docblock. **Possible Solution** Instead of throwing `InvalidArgumentException` it should throw `NotSupportedException **Additional context** https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Lock/StoreInterface.php#L37 https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Lock/Store/RedisStore.php#L77