matomo-org / plugin-QueuedTracking

Scale your large traffic Matomo service by queuing tracking requests (in Redis or MySQL) for better performance.
https://matomo.org
GNU General Public License v3.0
82 stars 34 forks source link

KeyDB support? #238

Open seyfro opened 2 months ago

seyfro commented 2 months ago

Can you please tell me if we can use KeyDB als alternative to Redis for Queued Tracking (which actually is an opensource fork of REDIS?) If not, it would be much appreciated if this could be added with a future release

snake14 commented 2 months ago

Hi @seyfro . I can't say for sure that the QueuedTracking plugin works with KeyDB, as I haven't tested it, but the RedisPhp documentation states that it supports it. So, I would expect it to work based on that information.