| Personally, modules have been the thing I wanted most in redis for years, and it's been a delightful experience working on modules for the past months. I really think it's a game changer for redis and I can't wait to see where this will take it in the coming years. Some modules that are already out there (full disclosure - I work at Redis Labs and I've developed a couple of those): * redis-cell - a rate limiter module https://github.com/brandur/redis-cell * Redis Graph - a graph DB with a subset of Cipher for querying. https://github.com/swilly22/redis-module-graph * RediSeach - fast full-text search engine with fuzzy auto-suggest. https://github.com/RedisLabsModules/RediSearch * redis-ml: Machine learning models as redis data types. https://github.com/RedisLabsModules/redis-ml * redablooms - scalable bloom filters https://github.com/RedisLabsModules/redablooms * Secondary indexes with a small subset of SQL for WHERE clauses. https://github.com/RedisLabsModules/secondary * Time Series https://github.com/saginoam/RedisModuleTimeSeries PS If you're interested in creating modules, we've started a community for module developers. https://groups.google.com/forum/#!forum/redis-module-devs |