Redis KEYS Command

Introduction The KEYS command is a super useful command when developing in Redis. We’ll quickly talk about what the Redis KEYS command does and then jump straight into some examples of how you use it. Let’s jump right in! KEYS Command and What it Does The KEYS command returns all the Redis keys that match … Continued

SCAN Redis Command Examples

Introduction In this article we’ll cover the SCAN Redis command with some examples to demonstrate. If you’re working with Redis you’ll need this command in your repertoire. Let’s get started! What SCAN does? SCAN iterates through all of the keys you have set in your database. You can see why this would be a very … Continued

Redis Command Basics – Part 3

Introduction In this third installment of this multi-part article we’ll show you more essential Redis command basics. These Redis commands tend to build on each other so please keep following along and running them yourself in your local environment is a great for cementing the concepts. More Essential Redis Commands Note: We are going to … Continued

Redis Command Basics – Part 2

Introduction In this second installment of this multi-part article we’ll show you more Redis command basics so you continue to feel more and more comfortable working with Redis. More Essential Redis Commands for Key-Value Pairs In the first part of this tutorial we learned the basic SET, GET, DEL, EXISTS, INCR, and DECR commands. We’ll … Continued

What is Redis Used For?

Introduction Redis, an acronym for Remote Dictionary Server, is a type of data structure server. Redis is a key-value in-memory database, a type of nonrelational database that relies on main memory, instead of either HDD or SSD, for computer data storage. One of the main differences between typical key-value databases, that store data as an … Continued

Redis Command Basics – Part 1

Introduction In this multi-part article we’ll show you the Redis command basics so you start to feel comfortable working with Redis. This article is for developers or anybody new Redis who want to learn quickly how to use it. We think people learn best by doing so we’ll show you commands that you should execute … Continued

How to Install Redis on Ubuntu using Docker

Introduction In this demonstration we’ll be installing Redis on Ubuntu using Docker. This will be a step by step walk through with the commands you’ll need to follow along. If you’ve been wanting to learn Redis and play around with it’s syntax,commands, and capabilities, installing a Docker container with Redis is on it is a … Continued

Basic Redis Security

Introduction In this article we’ll be going over the basics of Redis security. We’ll discuss the recommended model that Redis recommends as well as a few measures you can take to implement them. Only Access with Trusted Clients Redis was designed to be only be accessed by trusted clients. Only your servers running Redis should … Continued

What is Redis?

Introduction This article is an introduction for people who have heard of Redis but are not sure what it really is and what it does. We’ll fill you in on all the important facts and details about Redis. If you Redis is a technology you’re considering using in your application or was suggested to you, … 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.