Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active November 5, 2024 05:14
Show Gist options
  • Select an option

  • Save wilmoore/1edd43e26c0ef2a126a52befec38c90c to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/1edd43e26c0ef2a126a52befec38c90c to your computer and use it in GitHub Desktop.
Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: In the redis-cli, you can list all of the available modules

Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: In the redis-cli, you can list all of the available modules

⪼ Made with 💜 by Polyglot.

reference
» 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

CleanShot 2024-11-04 at 00 07 05

[Comment]


[Comment]:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment