14
EASY CACHE with CDI and Redis

Easy cache with cdi and redis

Embed Size (px)

Citation preview

EASY CACHEwith CDI and Redis

Cache! What the #@!# is that?

" In computing, a cache is a component that stores data so future requests for that data can be served

faster. "https://en.wikipedia.org/wiki/Cache_(computing)

http://db-engines.com/en/ranking

Why Redis ?

Where are the others ?

http://db-engines.com/en/ranking_trend

Hamsterdb

Berkeley DB

Redis

Couchbase

Memcached

Riak

Technologies

FLOW

Clients

Service

Cache

Data Base

The Power of AnnotationCan you see

me ?I'm here

!!!

I have the Power !

Where the Magic happens?

Demo

https://github.com/jorgefilho/redis-cdi.git

Next Steps

➔ New features➔ API➔ Admin➔ Dashboard

Questions !?

Jorge Papachristodoulou Filho

br.linkedin.com/in/jorgefilhogithub.com/jorgefilho

➔ http://www.cdi-spec.org➔ https://github.com/xetorthio

/jedis➔ http://redis.io➔ http://try.redis.io

References