17
REDIS TechTalk JDV. 2014

Redis for high performance application - Techtalk JDV 23-04-2014

Embed Size (px)

DESCRIPTION

Redis for high performance application - Qiscus TechTalk di Jogja Digital Valley 23-April-2014

Citation preview

Page 1: Redis for high performance application - Techtalk JDV 23-04-2014

REDISTechTalk JDV. 2014

Page 2: Redis for high performance application - Techtalk JDV 23-04-2014

Rifqi Alfian@merembablas

mootuts.com

Web [email protected]

Page 3: Redis for high performance application - Techtalk JDV 23-04-2014

Apa itu Redis, enak ga?

Page 4: Redis for high performance application - Techtalk JDV 23-04-2014

NoSQL vs SQL

Page 5: Redis for high performance application - Techtalk JDV 23-04-2014

NoSQL vs SQL

Page 6: Redis for high performance application - Techtalk JDV 23-04-2014

Performa Database

1. Media Penyimpanan2. Indexing

Page 7: Redis for high performance application - Techtalk JDV 23-04-2014

Media Penyimpanan

http://blog.mixu.net/

Page 8: Redis for high performance application - Techtalk JDV 23-04-2014

Indexing

- Hash Index- B-Tree Index- R-Tree Index- Bitmap Index- Dan Lain Lain ...

Page 9: Redis for high performance application - Techtalk JDV 23-04-2014

Pertanyaan?

Page 10: Redis for high performance application - Techtalk JDV 23-04-2014

Apa itu Redis, enak ga?

- In Memory Database- Key Value Store- Persistent - Data Structure Server

Page 11: Redis for high performance application - Techtalk JDV 23-04-2014

Tipe Data

1. Strings2. Lists3. Sets4. Hashes5. Sorted Sets6. Hyperloglog

Page 12: Redis for high performance application - Techtalk JDV 23-04-2014

Demo Sebentar~

Page 13: Redis for high performance application - Techtalk JDV 23-04-2014

Persistence

1. RDB - SAVE 10 10002. AOF - appendonly yes

Page 14: Redis for high performance application - Techtalk JDV 23-04-2014

Pub Sub

- subscribe- unsubscribe- psubscribe- punsubscribe- publish- pubsub

Page 15: Redis for high performance application - Techtalk JDV 23-04-2014

Cache

1. TTL2. Max Memory

Page 16: Redis for high performance application - Techtalk JDV 23-04-2014

maxmemory-policy

- No Eviction- Allkeys-LRU- Volatile-LRU- Allkeys-Random- Volatile-Random- Volatile-TTL

Page 17: Redis for high performance application - Techtalk JDV 23-04-2014

Terima Kasih

Pertanyaan?