Redis is an open-source, networked & in-memory data structure server that stores keys with optional durability.
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries.
This Image is made specially for customers who are looking for deploying a self managed Community edition on Hardened kernel instead of just putting up a vanilla install.
Disclaimer:The respective trademarks mentioned in the offering are owned by the respective companies.We do not provide commercial license of any of these products. Many of the products have a free, demo or Open Source license as applicable.
For Stack specific Related support : Contact Stack Developer Team(Since we do not own the IP for the stack,Stack developers should be contacted for any support)
For Image related support: Contact SecureAnyCloud Team
Installation Instructions for Ubuntu1.The default installation path will be on your web root folder “/var/www/html”
2.Default ports:
Note:-Redis server configuration files
To start the redis server: service redis-server start Check the running status of redis server: service redis-server status. To stop the redis server: service redis-server stop
To test the installation of Redis, use below given command redis-cli ping. If the response output is PONG, it means Redis is running successfully.
For more information on the Cognosys Secured Redis on Ubuntu 14.04 LTS visit our website.