Artur

Results 5 issues of Artur

Hi, Could you upload a version for cs 4?. Sorry, I have to get a new laptop. cheers

![Screenshot from 2019-10-07 15-36-45](https://user-images.githubusercontent.com/1930175/66316696-70a72580-e918-11e9-884c-2356e667b4bc.png)

bug

`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true....

dependencies

``` sudo nginx -t nginx: [emerg] unknown directive "passenger_root" in /etc/nginx/conf.d/passenger.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed ``` ``` nginx -V nginx version: nginx/1.4.6 (Ubuntu) built by gcc 4.8.2 (Ubuntu...

bug