Claim Missing Document
Check
Articles

Found 1 Documents
Search

Implementasi Protokol Redis Pub/Sub Menggunakan Python untuk Sistem Monitoring Suhu IoT Secara Real-Time Sammir, Hadadd; Hamdi, Khairil; ., Isnardi
Jurnal Sistem Informasi Dan Informatika Vol 4 No 1 (2026): Januari 2026
Publisher : Prodi Sistem Informasi Universitas Dharma Andalas

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47233/jiska.v4i1.2486

Abstract

This research implements the Redis Publish/Subscribe (Pub/Sub) mechanism using the Python programming language for real-time transmission of IoT temperature sensor data. The primary focus of this study is to address latency challenges in data distribution for logging and alerting system requirements. The system is designed with an architecture where temperature data is published to a Redis channel and simultaneously received by multiple subscribers. One subscriber unit is responsible for recording data into a database for historical analysis, while another unit validates temperature thresholds to trigger instant alerts upon detecting anomalies. Test results demonstrate that the use of Redis Pub/Sub effectively achieves decoupling between data senders and receivers, thereby enhancing system scalability. This architecture proves capable of distributing information with low latency and high efficiency. This study concludes that Redis Pub/Sub is a reliable solution for IoT monitoring systems that require rapid response and seamless data synchronization between monitoring functions and preventive actions.