Skip to content Skip to sidebar Skip to footer

Author page: Dev Books

__trashed 4

The idea of this post is to document my journey to building PostgreSQL on a Red Hat Linux server in Microsoft Azure. The post assumes the reader has experience using Microsoft Azure so those steps will not be detailed. A lot of the information came from this Microsoft link. Creating a Linux Virtual Machine …

__trashed 3

In the last blog I introduced Redis. In this blog I will cover some of the basics. Command Line Interface You can interact with the Redis server using the redis-cli command line interface. Here I am checking my Redis server is up and running. Note: I am using an installation by Jetware…