Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Fixed small typo in modules page. #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/modules.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%h1 Redis Modules

%p
This is a list of Redis modules, for Redis v4.0 or greater, ordered by Github stars. This list contains two set of modules: modules under an OSI approved license, and modules that are under some proprietary license. Non OSI modules are clearly flagged as not open source. Also to have the source code hosted at Github is currently mandatory. To add your module here please send a pull request for <a href="https://github.com/redis/redis-doc/blob/master/modules.json">the modules.json file</a> in the <a href="https://github.com/redis/redis-doc">Redis-doc</a> repository. <a href="https://redislabs.com/community/redis-modules-hub/">More information about Redis modules can be found here</a>.
This is a list of Redis modules, for Redis v4.0 or greater, ordered by Github stars. This list contains two sets of modules: modules under an OSI approved license, and modules that are under some proprietary license. Non OSI modules are clearly flagged as not open source. Also to have the source code hosted at Github is currently mandatory. To add your module here please send a pull request for <a href="https://github.com/redis/redis-doc/blob/master/modules.json">the modules.json file</a> in the <a href="https://github.com/redis/redis-doc">Redis-doc</a> repository. <a href="https://redislabs.com/community/redis-modules-hub/">More information about Redis modules can be found here</a>.

%table
%col(class="name")
Expand Down