Carsten Brandt

Results 384 comments of Carsten Brandt

As far as I see there is no point in passing anything else than a `JobInterface` instance, so `mixed` should be removed from the typehint

> and how it can help to decouple the business logic from the framework. if you use a framework class for this you are already coupled to the framework. Can...

had no time to read everything but [this comment](https://github.com/zmilan/yii2-di-aws/blob/master/AwsBootstrap.php#L29) sounds like you are mixing up two things. There is no "old way" but two different concepts you can use for...

> https://github.com/yiisoft/yii2-redis/blob/master/src/Mutex.php#L113-L119 > > If lock cannot be set, redis mutex will try again after 1 second. 1 second is like ages in this context - I'm able to handle...

its hard to implement this because it would require redis to support TTL on items in a list, so a pk can be deleted from the PK lookup. Afaik this...

agree that it should not be possible to insert a duplicate key but it should not take too long to insert into big datasets. the check should be done fast...

what do you mean with "not slow"? We can not change the storage format in 2.0.x btw...

currently only delete by query is implemented, update by query is not.

https://github.com/sindresorhus/awesome/blob/master/contributing.md

I can not find "pipeline" on https://redis.io/commands, please refer to the redis documentation about it.