| by Arround The Web

Redis XDEL

A step-by-step guide on utilizing data streaming with Redis, Redis Stream entries and macro nodes, and the XDEL command with examples.

Share Button
Read More
| by Arround The Web

Redis SETNX

The SETNX command creates a key-value pair if the specified key doesn’t exist in the data store. If the key is already available, the operation will do nothing.

Share Button
Read More
| by Arround The Web

Redis RPOPLPUSH

The RPOPLPUSH is the widely used command to implement messaging systems with reliable queues where it removes an element from the tail of the source list.

Share Button
Read More
| by Arround The Web

Redis ZREM

The ZREM command removes one or more elements from a Redis sorted set stored at a given key. It returns the number of removed elements as the return value.

Share Button
Read More
| by Arround The Web

Redis BRPOP

Practical tutorial on the use of BRPOP command to remove the elements from the right side of the Redis list stored at a given key with the support of blocking.

Share Button
Read More
| by Arround The Web

Redis PTTL

Redis is a key-value data store. When the Redis key exists and is associated with an expiration time, the PTTL command will return the remaining time.

Share Button
Read More
| by Arround The Web

Redis Latency Graph

Redis latency monitoring framework identifies latency spikes related to real-time applications and generates an ASCII-styled latency graph with “LATENCY GRAPH”.

Share Button
Read More
| by Arround The Web

Redis MRANGE

Redis TS.MRANGE command is used to query data across multiple time series. It offers features such as aggregation, filtering, and grouping.

Share Button
Read More
| by Arround The Web

How to Install Redis on Ubuntu 22.04 LTS

Redis is an open-source (BSD licensed), in-memory key-value data structure store. Learn how to install Redis on Ubuntu 22.04 LTS Jammy Jellyfish.
The post How to Install Redis on Ubuntu 22.04 LTS appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Redis on Debian 11

Redis is a popular key value store with extensive features including sharding, clustering, graph, time series and much more which has made it very popular with developers. It has many of the features you need to build a web app and scale it to large scale. In this article we will demonstrate how to install […]

Share Button
Read More
| by Arround The Web

How to Install and Configure Redis on openSUSE Leap 15

Use this tutorial to learn how to install and configure the latest Redis version available on openSUSE Leap 15.
The post How to Install and Configure Redis on openSUSE Leap 15 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Redis on Ubuntu 20.04

Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. It’s a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Ser…

Share Button
Read More
| by Arround The Web

How to Install and Configure Redis 6 on FreeBSD 13

In this tutorial, we are going to learn how to install Redis 6 on FreeBSD 13. Redis is an in-memory data structure store, used as a distributed, in-memory key-value database, cache, and message broker. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial […]

The post How to Install and Configure Redis 6 on FreeBSD 13 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install and Configure Redis 6 on Ubuntu 20.04

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. In this tutorial, we are going to learn how to install Redis […]

The post How to Install and Configure Redis 6 on Ubuntu 20.04 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Redis Server on Debian 11

Redis is a free, open-source, cross-platform NoSQL, and in-memory key-value data structure store, used as a database server, cache, and message broker. In this tutorial, I will explain how to install the Redis server on Debian 11.
The post How to Insta…

Share Button
Read More
| by Arround The Web

How to Install Redis Server on Debian 11

Redis is a free, open-source, cross-platform NoSQL, and in-memory key-value data structure store, used as a database server, cache, and message broker. In this tutorial, I will explain how to install the Redis server on Debian 11.
The post How to Insta…

Share Button
Read More
  • 1
  • 2