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

Redis

Jan 15, 2015

Download

Technology

Hasan Veldstra

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
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
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