Vasily Gudoshnikov

Results 3 comments of Vasily Gudoshnikov

+1. The same problem is in the ARedisStatePersister.php. That would be great, if you can provide pull request.

As I see there are only "findByPk" and "findAllByPk" functions available. Example: $record = ARedisRecord::model()->findByPk(1);

Redis is a key-value store, not a relational database. It doesn't support searching key by value. You can manually create an index "attribute value" => "id" to search model ID...