Город МОСКОВСКИЙ
00:07:49

Getting started with hiredis - Redis and C language | hiredis setup ubuntu

Аватар
PythonМастерство
Просмотры:
22
Дата загрузки:
02.12.2023 06:26
Длительность:
00:07:49
Категория:
Технологии и интернет

Описание

#redis #hiredis #c #setup #linux
Source Code: https://github.com/aroraayush/c-concepts/blob/master/redis-connection-hiredis/example.c

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker.
- It provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
- It has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

hiredis
- hiredis is a minimalistic client for redis.
- It adds minimal support for the protocol, but at the same time it uses a high level printf-alike API.

Headings:
0:00 Introduction
0:14 Introduction to Redis
0:49 Introduction to hiredis
1:07 redis setup on Ubuntu
1:43 Testing if redis is installed properly
1:55 redis client commands (ping, set, get)
2:13 different redis clients
2:33 hiredis installation on ubuntu
3:18 Getting started with hiredis on Visual Studio Code
4:53 Basic C program in hiredis
7:13 testing hiredis connection with redis server

Рекомендуемые видео