Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: In the redis-cli, you can list all of the available modules
⪼ Made with 💜 by Polyglot.
» TIL: In the redis-cli, you can list all of the available modules with «
------------------------------------------------------------------------------------
❯ module list
------------------------------------------------------------------------------------
ls -lah /opt/redis-stack/lib/*.so | awk '{ print $9 }' | cut -d '/' -f 5
libredisgears_v8_plugin.so
redisbloom.so
rediscompat.so
redisearch.so
redisgears.so
redistimeseries.so
rejson.so
Țechśavvy CEO
[Comment]:
