wodny
wodny
While it's true and can be presented with generics, maybe a note that the following is possible would be beneficial, so nobody erroneously extrapolates the rule: ```rust struct Foo(); trait...
### Describe the bug I have noticed it by lack of LT/GT for ZADD available since Redis 6.2. Quick comparison: ``` $ ./compare-redis.py acl_genpass {'bits'} bgsave {'schedule'} client_kill_filter {'laddr', 'user'}...
Add matching opening parenthesis to the non-word pattern prefix. Closing parenthesis has already been there.
Redis 6.9.242 on redis.io [returns][1]: ``` redis:6379> ZDIFF 2 zset1 zset2 (empty array) ``` while my local Redis 6.2.6 returns: ``` 127.0.0.1:6379> zdiff 2 zset1 zset2 1) "three" ``` for...
Allow to specify `dh-virtualenv` options per binary package like so (`debian/control`): ```yaml Package: foo Conflicts: foo-http [...] Package: foo-http Conflicts: foo X-Dh-Virtualenv-Extras: http X-Dh-Virtualenv-Install-Suffix: foo ``` With the following in...