Sartor

Results 14 comments of Sartor

Yes, you are right. Some change I've made by mistake in `set` function. I've added test and revert some changes

Is really difficult?! I think this is task for junior developer.

It is very strange, that high availability service does not support multiple nodes. This is the only reason i still using predis instead of this native one

Something wrong with sentinel tests in github environment. Local ip address is looking like invalid IPv6. I'll check it later. May be you any have ideas?

Hi. It is not http call. My code construct some kind of dsn address (connection uri with parameters) before connection to redis sentinels. After connection retrieved it calls for some...

Here is my RedisPool class for handling connections: ```php

Looks like this package is abandoned

My previous PR is already waiting for 5 months

No, it is not ok. Values will be same, but in prepared statement there will be different placeholders, this mean SQL is invalid, because different expressions in Select and in...

Real PDO prepared statement will look like: ``` SELECT (site_id = $1) FROM "users" GROUP BY (site_id = $2) ``` SQL server don't know values of $1 and $2 and...