I'm not sure where to post but I have develop a caching module for Redis. Redis is a key-value database. It is similar to memcached but the dataset is not volatile and other datatypes (such as lists and sets) are natively supported (http://redis.io/). I wrote the code for 3.0-dev and for 3.1-dev with the restructured ACM classes (http://tracker.phpbb.com/browse/PHPBB3-9983).
I would like to know if this caching module count as an improvement of ACM, a new feature or just a mod ?
Do I have just to open 2 tickets (one for 3.0-dev and the other for 3.1-dev) and then pull a request in github ? Or maybe it is just considered as a mod and I have to submit it to the MOD database ?
I attached the file for 3.0.
Thank's