Browsing tag

db

How To Install Redis on CentOS 7 / RHEL 7 & Ubuntu 18.04 / Ubuntu 16.04

Redis is an open-source (BSD licensed), in-memory data structure store. It can be used as a database, cache and message broker. It supports different kinds of abstract data structures such as Strings, Hashes, Lists, Sets, sorted sets, hyperlogs, bitmaps, streams, and spatial indexes. This post explains to you how to install Redis on CentOS 7 […]

How to Install PostgreSQL 10 on CentOS 6 / RHEL 6

PostgreSQL is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X. It is released under the PostgreSQL License, which is a MIT-style license and is thus free and open source software. PostgreSQL is developed by the PostgreSQL Global Development Group, consisting of a handful […]

Install PostgreSQL 9.1 with pgAdmin3 on openSUSE 12.1

PostgreSQL is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X. It is released under the PostgreSQL License, which is an MIT-style license, and is thus free and open source software.