Redis

Redis Cluster Installation

Redis Cluster Installation

Redis Cluster provides a way to run a Redis installation where data is automatically sharded across multiple Redis nodes. In this article, I am going to share steps of Redis Cluster Installation. Redis Cluster also provides some degree of availability during partitions. That is in practical terms the ability to continue the operations when some nodes fail …

Redis Cluster Installation Read More »

Redis Sets Datatype and Commands

Redis SADD – Creating and Adding Members to Redis Sets. sadd users_ip 10.0.0.1 sadd users_ip 10.0.0.2 10.0.0.3 192.168.0 Redis SCARD – Checking total numbers of members available in a list also known as checking cardinality. scard users_ip Redis SMEMBERS – Checking Total Numbers of Members in a set: smembers users_ip Redis SDIFF – Checking Members …

Redis Sets Datatype and Commands Read More »

Installing Redis on Windows

In this article I will guide you step by step on Installing Redis on Windows. Do remember that Redis is not an officially supported Operating System. I do not recommend running any production workload on Redis with Windows. Officially, Redis is not supported on Windows.  You can download Redis 3.2 from here Installation of Rediw …

Installing Redis on Windows Read More »

What is the fastest way to insert bulk data to Redis?

So, you want to insert bulk data to Redis and is really not having any clue that which is the fastest way to insert bulk data to Redis. Continue reading this article as the mystery is going to get unfolded here. So you must be wondering by now, What’s the fastest method to load data …

What is the fastest way to insert bulk data to Redis? Read More »

Redis Performance Benchmarking

Redis Performance Benchmarking is very important when you setup Redis in your environment. With the help of benchmarking you will be able to know how fast Redis reads and writes will be. Ok, So we know that Redis is Fast, But tell me how fast Redis is, How can I measure the speed on my …

Redis Performance Benchmarking Read More »

Installing Redis on Linux Using a Package Manager

In this article you will be learing Installing Redis on Linux using a package manager. These steps are easy to follow and with no time you can get Redis installed and running. Before we begin, It is worth mentioning that this will only work if you’ve internet running on your Unix/Linux Server. Read this blog …

Installing Redis on Linux Using a Package Manager Read More »

Installing Redis on a Linux Server

In this article you will learn steps for Installing Redis on a Linux Server. If you are a Redis beginner than I would recommend to read Redis Overview article first. Once you know the feature of Redis then remaining steps are going to be so much easy for you. Ok, So since I have read …

Installing Redis on a Linux Server Read More »

Redis Tutorials For Beginners

In this Redis Tutorials For Beginners you will learn Redis step by step. Redis is currently fastest caching database available in the world. Refer to official documents to know the latest version of Redis at the time when you are reading this article. Redis features – Redis Tutorials for beginners Redis is currently World’s fastest …

Redis Tutorials For Beginners Read More »