RusAnd

Results 6 issues of RusAnd

**Describe the bug** Stopped working trigger "On a specific date" after update 1.16.* **To Reproduce** Steps to reproduce the behavior: 1. Set trigger "On a specific date" with the time...

When I want to send command by `$client->sendCommand('test_command', 'message');` I have ` LogicException: There is no route for command "test_command"`. But when I add handler for command before send `$client->bindCommand('test_command',...

Support `unix` in `scheme_extensions`. When use `SimpleClient` with dsn `redis+phpredis+unix:/home/.socket/redis.sock` `PhpRedis` connection by `host` because `scheme` is `redis`. Fix it.

wontfix

Function `isValidDate` made public for use it in code. Until now, we could only check valid date when use `format()` when [throw error `Moment\MomentException`](https://github.com/fightbulc/moment.php/blob/master/src/Moment.php#L202-L205).

When filter some data where type of column bit(1) (like true, false) and filter `true` then request return nothing. ```php $db->run("SELECT t2.`comment_id` AS `comment_id`, t2.`text` AS `text`, BIT_COUNT(t2.`public`) AS `public`,...

Hello. My suggestion is to make the output JSON instead of string. This will allow you to save the response in any format, and you won't need to translate it...