Difference between revisions of "Redis"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:daemonCategory:dataCategory:server {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|redis}} |{{#vardefine:url|https://redis.io/down...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 24: | Line 24: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - Executable directory |
<!--Configuration--> | <!--Configuration--> |
Revision as of 21:24, 6 December 2019
Description
Redis is an open source advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
Environment Modules
Run module spider redis
to find out what environment modules are available for this application.
System Variables
- HPC_REDIS_DIR - installation directory
- HPC_REDIS_BIN - Executable directory