redis

16
Redis Hasan Veldstra [email protected] @hasanv Techmeetup Edinburgh, November 11 – http://techmeetup.co.uk

Upload: hasan-veldstra

Post on 15-Jan-2015

3.497 views

Category:

Technology


1 download

DESCRIPTION

5-minute overview of Redis, the neat key-value database by Salvatore "antirez" Sanfilippo. What it is and what it's useful for. VIDEO HERE: http://vimeo.com/7604167

TRANSCRIPT

Page 1: Redis

RedisHasan Veldstra

[email protected]@hasanv

Techmeetup Edinburgh, November 11 – http://techmeetup.co.uk

Page 2: Redis

like Memcached

Page 3: Redis

key → value

Page 4: Redis

in-memory

Page 5: Redis

SUPERFAST

avg. of ~22k writes, ~29k reads per secondunoptimized, on this Macbook

50 concurrent clients performing 100k requests eachvalue is a 256-byte string

Page 6: Redis

unlike Memcached

Page 7: Redis

1. data structures as values

Page 8: Redis

2. rich set of operations

Page 9: Redis

3. persistent

Page 10: Redis

4. more

Page 11: Redis

easy

Page 12: Redis

useful

Page 13: Redis

Vidiowiki

Page 14: Redis

Vidiowiki

Page 15: Redis

Github

Page 16: Redis

end