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

Preview:

DESCRIPTION

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

Citation preview

REDISTechTalk JDV. 2014

Rifqi Alfian@merembablas

mootuts.com

Web Developermerembablas@gmail.com

Apa itu Redis, enak ga?

NoSQL vs SQL

NoSQL vs SQL

Performa Database

1. Media Penyimpanan2. 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. Strings2. Lists3. Sets4. Hashes5. Sorted Sets6. Hyperloglog

Demo Sebentar~

Persistence

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

Pub Sub

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

Cache

1. TTL2. Max Memory

maxmemory-policy

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

Terima Kasih

Pertanyaan?