How to Setup Redis Server on Ubuntu in GCP (Use as Redis database, Redis cache or Message Broker)

Опубликовано: 01 Октябрь 2024
на канале: Cloud Infrastructure Services
485
5

How to Setup Redis Server on Ubuntu in GCP (Use as Redis database, Redis cache or Message Broker): Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis stores the whole dataset in primary memory that's why it is extremely fast. Redis supports sharding. It is very easy to distribute the dataset across multiple Redis instances, like other key-value store.

This video will show how you can setup Redis Server on GCP

Enjoy the Video.

⏰Timestamps⏰
00:00 Intro to Redis Server on Ubuntu in GCP
00:22 Creating Redis Server database, Redis cache or Redis message Broker .
00:58 Accessing SSH terminal
01:14 Login to Redis Server Ubuntu in GCP
02:23 Running Basic Commands
02:56 Outro of Redis Server on Ubuntu in GCP

🔗 Redis Server on Ubuntu Server 20.04 on GCP Marketplace listing:
https://console.cloud.google.com/mark...

🔗 Redis Server on CentOS Server 8.3 on GCP Marketplace listing:
https://console.cloud.google.com/mark...

🔗 How to Setup Redis Server in The Cloud in GCP Blog Post:
https://cloudinfrastructureservices.c...

Redis Server Features:
-Versatile data structures
-Transactions
-Pub/Sub
-Lua scripting
-Geospatial
-Keys with a limited time-to-live
-LRU eviction of keys
-Cluster / Automatic failover
-Supported languages include Java, Python, PHP, C, C++, C#, JavaScript, Node.js, Ruby, R,