Skip to content Skip to sidebar Skip to footer
  • Redis Database Part 04: Inserting and Querying Data

__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…

__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…