REDIS
Cache dan PubSub
Rifqi Alfian
@merembablas
kesibukan
@anakbelajar
Aplikasi belajar untuk anak usia dini
Cache Redis
• 2 cara :
TTL , Volatile Object
maxmemory
Redis as an LRU cache
Least Recently Used
konfigurasi
• maxmemory bytes
• maxmemory-policy policy
• maxmemory-samples jml_sample
Conf : maxmemory
• Bytes
1k => 1000 bytes
1kb => 1024 bytes
1m => 1000000 bytes
1mb => 1024*1024 bytes
1g => 1000000000 bytes
1gb => 1024*1024*1024 bytes
Conf : maxmemory-policy
• volatile-lru (default)
• allkeys-lru
• volatile-random
• allkeys-random
• volatile-ttl
• noeviction
Conf : maxmemory-samples
• Default : 3
• TTL dan LRU bukan ‘precise algorithms’
PubSub Redis
Command
• subscribe
• unsubscribe
• publish
• psubscribe
• punsubscribe
PSUBSCRIBE dan PUNSUBSCRIBE
• Glob pattern matching
• Ex :
PSUBSCRIBE news.*
match : news.art, news.world.war channel
Use Case
• Chat
• Notification System
• Message Queue
Terima Kasih
• Salvatore Sanfilippo
• Om Hiraq
• Om Wahyu
• NoSQL Indonesia
• PHP Indonesia

More Related Content

PDF
MongoDB at MercadoLibre
PDF
Ruby on embedded devices rug::b Aug 2014
PDF
Socket.io tech talk 06022014
PPT
6. analisis semantik
KEY
Europycon2011: Implementing distributed application using ZeroMQ
PDF
Redis for high performance application - Techtalk JDV 23-04-2014
PDF
HTML5 Google Dev Groups 2013 - Jogja Digital Valley
PPTX
Slide Seminar UNY, 2010 - Let's Plan Your Application
MongoDB at MercadoLibre
Ruby on embedded devices rug::b Aug 2014
Socket.io tech talk 06022014
6. analisis semantik
Europycon2011: Implementing distributed application using ZeroMQ
Redis for high performance application - Techtalk JDV 23-04-2014
HTML5 Google Dev Groups 2013 - Jogja Digital Valley
Slide Seminar UNY, 2010 - Let's Plan Your Application

Recently uploaded (20)

PPT
What is a Computer? Input Devices /output devices
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PPTX
TEXTILE technology diploma scope and career opportunities
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PPT
Geologic Time for studying geology for geologist
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PPTX
Chapter 5: Probability Theory and Statistics
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
STKI Israel Market Study 2025 version august
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
Getting started with AI Agents and Multi-Agent Systems
What is a Computer? Input Devices /output devices
Zenith AI: Advanced Artificial Intelligence
Final SEM Unit 1 for mit wpu at pune .pptx
TEXTILE technology diploma scope and career opportunities
Benefits of Physical activity for teenagers.pptx
A contest of sentiment analysis: k-nearest neighbor versus neural network
Taming the Chaos: How to Turn Unstructured Data into Decisions
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Module 1.ppt Iot fundamentals and Architecture
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Geologic Time for studying geology for geologist
NewMind AI Weekly Chronicles – August ’25 Week III
A proposed approach for plagiarism detection in Myanmar Unicode text
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
Chapter 5: Probability Theory and Statistics
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
STKI Israel Market Study 2025 version august
Build Your First AI Agent with UiPath.pptx
Getting started with AI Agents and Multi-Agent Systems
Ad
Ad

Slide NoSQL Indonesia - Redis Cache n PubSub