Marko Milivojevic
Marko Milivojevic
After experimenting with manticore json API, I realised that the issue belongs to `manticoresearch` core library rather than php client. To clarify issue: - Index `jobs` can have 10M records,...
Yes, you understood it correctly.
Is there a way not to clone the VCS public package? I want to clone it on a live environment during deployment and use the local one during development. The...
Ok, thanks, that works. Can be closed.
Yes, I'm currently using `ping`, but it is slightly slower than the `connect` method of the `Redis` class.
At first, I wanted to use the `Redis` class to talk to Sentinel, but it doesn't support persistent connections to the Sentinel server.