Thứ Sáu, 22 tháng 8, 2025

Cài Đặt Redis Bằng Docker Và Docker Compose

Cài Đặt Redis Bằng Docker Và Docker Compose

1. Giới Thiệu

Redis là một hệ thống lưu trữ dữ liệu dạng key-value mạnh mẽ, thường được sử dụng để caching, message broker hoặc lưu trữ dữ liệu tạm thời. Với Docker, bạn có thể triển khai Redis một cách nhanh chóng mà không cần cài đặt thủ công.

Trong bài viết này, chúng ta sẽ:

  • Chạy Redis container bằng Docker.
  • Sử dụng Docker Compose để dễ dàng quản lý Redis.
  • Cấu hình Redis với mật khẩu bảo vệ.
  • Kết nối Redis từ ứng dụng bên ngoài.

2. Cài Đặt Redis Với Docker

2.1. Chạy Redis Container

Bạn có thể chạy Redis với một lệnh Docker đơn giản:

docker run -d --name redis-server -p 6379:6379 redis:latest

Kiểm tra container:

docker ps

Nếu Redis đang chạy, bạn sẽ thấy container hiển thị trong danh sách.

2.2. Kết Nối Redis Từ Terminal

Sử dụng redis-cli để kết nối vào container:

docker exec -it redis-server redis-cli

Thử lưu một giá trị:

SET mykey "Hello Redis"
GET mykey

3. Sử Dụng Docker Compose Cho Redis

Để quản lý Redis dễ dàng hơn, chúng ta sử dụng docker-compose.yml:

version: '3.8'
services:
  redis:
    image: redis:latest
    container_name: redis-server
    restart: always
    ports:
      - "6379:6379"
    volumes:
      - redis_data:/data
    command: ["redis-server", "--appendonly", "yes"]

volumes:
  redis_data:

3.1. Chạy Redis Với Docker Compose

docker-compose up -d

4. Bảo Mật Redis Với Mật Khẩu

Thêm mật khẩu bảo vệ Redis bằng cách chỉnh sửa docker-compose.yml:

command: ["redis-server", "--requirepass", "strongpassword"]

Kết nối Redis với mật khẩu:

redis-cli -h localhost -p 6379 -a strongpassword

5. Kết Nối Redis Từ Ứng Dụng

Ví dụ kết nối Redis trong Node.js:

const redis = require('redis');
const client = redis.createClient({
  host: 'localhost',
  port: 6379,
  password: 'strongpassword'
});
client.on('connect', () => console.log('Connected to Redis'));

6. Kết Luận

  • Cài đặt Redis nhanh chóng với Docker.
  • Docker Compose giúp quản lý Redis dễ dàng.
  • Cấu hình mật khẩu bảo vệ Redis an toàn hơn.
  • Ứng dụng có thể dễ dàng kết nối với Redis.
=============================
Website không chứa bất kỳ quảng cáo nào, mọi đóng góp để duy trì phát triển cho website (donation) xin vui lòng gửi về STK 90.2142.8888 - Ngân hàng Vietcombank Thăng Long - TRAN VAN BINH
=============================
Nếu bạn không muốn bị AI thay thế và tiết kiệm 3-5 NĂM trên con đường trở thành DBA chuyên nghiệp hay làm chủ Database thì hãy đăng ký ngay KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE, được Coaching trực tiếp từ tôi với toàn bộ bí kíp thực chiến, thủ tục, quy trình của gần 20 năm kinh nghiệm (mà bạn sẽ KHÔNG THỂ tìm kiếm trên Internet/Google) từ đó giúp bạn dễ dàng quản trị mọi hệ thống Core tại Việt Nam và trên thế giới, đỗ OCP.
- CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
- Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
2 khóa học online qua video giúp bạn nhanh chóng có những kiến thức nền tảng về Linux, Oracle, học mọi nơi, chỉ cần có Internet/4G:
- Oracle cơ bản: https://bit.ly/admin_1200
- Linux: https://bit.ly/linux_1200
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
cở sở dữ liệu, cơ sở dữ liệu quốc gia, database, AI, trí tuệ nhân tạo, artificial intelligence, machine learning, deep learning, LLM, ChatGPT, DeepSeek, Grok, oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, ASM, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, ms sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master