Monday, September 19, 2016

How To Secure Your Redis Installation on Ubuntu 14.04

Introduction Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. This tutorial shows how to implement basic security for a Redis server. However, keep in mind that Redis was designed for use by trusted clients in a trusted environment, with no robust security features...

How To Install and Use Redis

About Redis Redis, developed in 2009, is a flexible, open-source, key value data store. Following in the footsteps of other NoSQL databases, such as Cassandra, CouchDB, and MongoDB, Redis allows the user to store vast amounts of data without the limits of a relational database. Additionally, it has also been compared to memcache...

Monday, May 30, 2016

Saturday, May 21, 2016

Wednesday, May 18, 2016

Monday, May 9, 2016

How to Install MongoDB on CentOS 7

MongoDB is a NoSQL database intended for storing large amounts of data in document-oriented storage with dynamic schemas. NoSQL refers to a database with a data model other than the tabular format used in relational databases such as MySQL, PostgreSQL, and Microsoft SQL. MongoDB features include: full index support, replication,...

Thursday, May 5, 2016