Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Techtalk JDV : Pengenalan Redis
Search
rifqi alfian
September 07, 2014
Technology
0
2.4k
Techtalk JDV : Pengenalan Redis
techtalk jdv tentang penggunaan redis
rifqi alfian
September 07, 2014
Tweet
Share
More Decks by rifqi alfian
See All by rifqi alfian
Techtalk JDV : Pengenalan Socket.io
merembablas
0
2.3k
GCDC - HTML5
merembablas
0
190
GCDC - Google Map
merembablas
0
210
Web Service Menggunakan ExpressJS
merembablas
0
260
Techtalk JDV : Pengenalan Elasticsearch
merembablas
1
2.5k
Other Decks in Technology
See All in Technology
LLMで構造化出力の成功率をグンと上げる方法
keisuketakiguchi
0
840
大規模イベントに向けた ABEMA アーキテクチャの遍歴 ~ Platform Strategy 詳細解説 ~
nagapad
0
230
結局QUICで通信は速くなるの?
kota_yata
6
6.9k
【OptimizationNight】数理最適化のラストワンマイルとしてのUIUX
brainpadpr
2
480
生成AI時代におけるAI・機械学習技術を用いたプロダクト開発の深化と進化 #BetAIDay
layerx
PRO
1
1.2k
Eval-Centric AI: Agent 開発におけるベストプラクティスの探求
asei
0
120
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
720
夏休みWebアプリパフォーマンス相談室/web-app-performance-on-radio
hachi_eiji
0
190
形式手法特論:位相空間としての並行プログラミング #kernelvm / Kernel VM Study Tokyo 18th
ytaka23
3
1.4k
AIに頼りすぎない新人育成術
cuebic9bic
3
310
人に寄り添うAIエージェントとアーキテクチャ #BetAIDay
layerx
PRO
9
2.2k
10年以上続くプロダクトで今取り組んでること、取り組もうとしていること
sansantech
PRO
2
110
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
450
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
The Invisible Side of Design
smashingmag
301
51k
Side Projects
sachag
455
43k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Statistics for Hackers
jakevdp
799
220k
Optimizing for Happiness
mojombo
379
70k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Transcript
REDIS TechTalk JDV. 2014
Rifqi Alfian @merembablas mootuts.com Web Developer
[email protected]
Apa itu Redis, enak ga?
NoSQL vs SQL
NoSQL vs SQL
Performa Database 1. Media Penyimpanan 2. Indexing
Media Penyimpanan http://blog.mixu.net/
Indexing - Hash Index - B-Tree Index - R-Tree Index
- Bitmap Index - Dan Lain Lain ...
Pertanyaan?
Apa itu Redis, enak ga? - In Memory Database -
Key Value Store - Persistent - Data Structure Server
Tipe Data 1. Strings 2. Lists 3. Sets 4. Hashes
5. Sorted Sets 6. Hyperloglog
Demo Sebentar~
Persistence 1. RDB - SAVE 10 1000 2. AOF -
appendonly yes
Pub Sub - subscribe - unsubscribe - psubscribe - punsubscribe
- publish - pubsub
Cache 1. TTL 2. Max Memory
maxmemory-policy - No Eviction - Allkeys-LRU - Volatile-LRU - Allkeys-Random
- Volatile-Random - Volatile-TTL
Terima Kasih Pertanyaan?