microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

What about Redis Modules? #524

Open win32nipuh opened 7 years ago

win32nipuh commented 7 years ago

Is it possible to use Redis Modules, for example: http://redismodules.com/modules/redisearch/

in the MSOpen Tech Redis?