This chapter gives an overview of many different Redis commands and features, from techniques to reduce network latency to extending Redis with Lua scripting. Pub/Sub Pub/Sub stands for Publish-Subscribe, which is a pattern where message are not sent directly to specific receivers. Publisher send messages to channels, and subscribers receive these messages if they are listening to a given channel.
Jun 01, 2023
A time series is an ordered sequence of values(data points) made over a time interval. They can be adopted in any domain that needs temporal measurements. Examples of time series are:
May 29, 2023