The Redis Data Types Use in the Database (Part 2)

Introduction This is part two in a tutorial series explaining the various Redis data types and how the data types are used in the database. Redis is a data structure server that supports different types of values. Traditional key-value stores have string keys connected to string values, but Redis can hold more complex data structures, … Continued

The Redis Data Types Used in the Database (Part 1)

Introduction You may have heard Redis described as a simple key-value store, but it’s actually much more. Traditionally, key-value stores are able to relate string keys with string values; however, Redis is a data structures server, which means that it can store a variety of complex data structures as values. In this article, we’ll discuss … Continued

NodeJS and Redis Example

Introduction If you’re developing an application using NodeJS, you may want to harness the power of a Redis data store for your app. Fortunately, it’s easy to integrate Redis into your NodeJS apps. In this article, we’ll look at a NodeJS and Redis example and see how a Redis key-value store can be used within … Continued

Redis Example with Python

Introduction Redis, standing for REmote DIctionary Server, is a type of key-value NoSQL server. Redis is designed to support disk storage for persistence, retaining data after power is shut off, and stores data so it can be cached and accessed quickly. Redis supports multiple data types, including strings, hashes, lists and sets. This tutorial will … Continued

How to Run and Deploy Redis in Docker

Introduction Redis is a key-value data store that allows users to store and retrieve data at lightning-fast speeds. This zippy performance makes Redis an ideal choice to run in a Docker container. In this article, we’ll show you how simple it is to use Redis and Docker together. We’ll explain each step that’s needed to … Continued

Step-by-Step Guide to Install Redis

Introduction If you’re just getting started with Redis, installing this in-memory data store is the first task you’ll need to accomplish. The steps required for the installation will vary somewhat depending on the operating system you’re using on your local machine. In this article, we’ll provide step-by-step instructions to install Redis on macOS and various … Continued

Run Redis with Docker Compose

Introduction This tutorial will explain how to run Redis with Docker Compose. Compose is designed to run multi-container Docker applications using a YAML file for configuring the application’s services. Once configured, all the functions can then be created and started with a single command. This article will provide precise instructions on how to build a … Continued

Run Redis in a Docker Container

Introduction to Redis and Docker The Docker engine compliments Remote Dictionary Server (Redis) by giving developers a dependable Redis Docker Engine strategy to run an instance of the Redis data structure as a service or as a compartmentalized container. Downloading the Bitnami Redis image from the Docker hub has many advantages. For one, changes from … Continued

Redis Client and Config Command Tutorial Part 2

Introduction If you’re getting started with Redis, two important commands to know are the CLIENT and CONFIG commands. This second installment of our two-part series will pick up where we left off in our overview of Redis commands. In this article, we’ll provide a Redis CLIENT and CONFIG command tutorial, providing examples of how to … Continued

NodeJs with Redis Web App Part 2

Introduction If you’re interested in building a web application that uses both NodeJs and Redis, this tutorial will provide all the information you need to get started. This second installment in our multi-part tutorial series picks up where the first article left off. We’ll continue our project, showing you how to configure the view of … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.