SlideShare a Scribd company logo
Redis development: an update
@antirez
Redis 4.0
MORE HACKING
More hacking
• PSYNC2 bug (Alibaba + Amazon + Redis Labs <3)
• RDB modules values
• Modules thread-safe contexts
4.0 big ones
PSYNC2
Better replication for Redis
UNLINK
Threaded (non blocking) DEL
MODULES
Redis as a framework to build things
THREADED CONTEXTS
Non blocking O(N) operations
LRU + LFU
Better eviction = better caches
RDB + AOF
Makes AOF more viable for most
MORE
Defrag, Redis Cluster improvements, …
ETA
RC now, GA in a few weeks
4.2 preview
1. Streams
More threading
Better cluster
Client side caching
DISQUE
A showcase for Cluster modules
Why streams?
Use case driven process
• Time series (+ random access)
• Multiple consumers problem
Sorted sets
• Optimized to *move* elements around
• They are sets: unique elements
• Wasteful if not used for the right task
Pub - Sub
• Not a data structure :-)
• Fire and forget
• Adding storage was an hack
Lists
• In-the-middle accesses are O(N)
• No fixed entires offsets
• Good for pop/push workloads
ADT: Streams are logs
Log file
• One (complex) entry per line
• Ordered
• One entry one offset
• Repeated entries are OK
• Memory efficient
An abstract log file
• Entries are hashes
• Offsets are logical (entry unique ID)
• O(log N) access to random ranges
• Trow away old data easily
• Memory efficient? Yep!
Streams implementation
1;somedata;foo;bar
2;somedata;…
3;somedata;…
4;somedata;…
5;somedata;…
6;somedata;…
…
…
…
…
…
…
…
…
…
1;somedata;foo;bar
2;somedata;…
3;somedata;…
4;somedata;…
5;somedata;…
6;somedata;…
…
…
…
Streams implementation
1;somedata;foo;bar
2;somedata;…
3;somedata;…
4;somedata;…
5;somedata;…
6;somedata;…
…
…
…
Streams API
TAPPEND key sensor 01 temperature 35.6
> 1486475519747.0
Streams API
• Blocking API: consume from <ID>
• Ranges
• Deletion of old data
• From Kafka: consumer groups
• ACK and retry
Thank You
Salvatore Sanfilippo
Redis Labs
Tweet me at @antirez

More Related Content

What's hot (20)

PPTX
RedisConf17 - Home Depot - Turbo charging existing applications with Redis
Redis Labs
 
PDF
RedisConf17 - Lyft - Geospatial at Scale - Daniel Hochman
Redis Labs
 
PPTX
RedisConf17- Using Redis at scale @ Twitter
Redis Labs
 
PPTX
RedisConf17 - IoT Backend with Redis and Node.js
Redis Labs
 
PDF
HIgh Performance Redis- Tague Griffith, GoPro
Redis Labs
 
PDF
Redis in a Multi Tenant Environment–High Availability, Monitoring & Much More!
Redis Labs
 
PPTX
RedisConf17 - Redis in High Traffic Adtech Stack
Redis Labs
 
PPTX
Day 2 General Session Presentations RedisConf
Redis Labs
 
PDF
Counting image views using redis cluster
Redis Labs
 
PDF
RedisConf17 - Amadeus - Redis-Cluster operator
Redis Labs
 
PPTX
Redis Developers Day 2014 - Redis Labs Talks
Redis Labs
 
PPTX
RedisConf17 - Turbo-charge your apps with Amazon Elasticache for Redis
Redis Labs
 
PDF
Running Analytics at the Speed of Your Business
Redis Labs
 
PDF
Redis for horizontally scaled data processing at jFrog bintray
Redis Labs
 
PDF
Back your App with MySQL & Redis, the Cloud Foundry Way- Kenny Bastani, Pivotal
Redis Labs
 
PPTX
RedisConf17 - Pain-free Pipelining
Redis Labs
 
PPTX
Walmart & IBM Revisit the Linear Road Benchmark- Roger Rea, IBM
Redis Labs
 
PDF
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Odinot Stanislas
 
PDF
RedisConf18 - Redis at LINE - 25 Billion Messages Per Day
Redis Labs
 
PDF
Redis Day Keynote Salvatore Sanfillipo Redis Labs
Redis Labs
 
RedisConf17 - Home Depot - Turbo charging existing applications with Redis
Redis Labs
 
RedisConf17 - Lyft - Geospatial at Scale - Daniel Hochman
Redis Labs
 
RedisConf17- Using Redis at scale @ Twitter
Redis Labs
 
RedisConf17 - IoT Backend with Redis and Node.js
Redis Labs
 
HIgh Performance Redis- Tague Griffith, GoPro
Redis Labs
 
Redis in a Multi Tenant Environment–High Availability, Monitoring & Much More!
Redis Labs
 
RedisConf17 - Redis in High Traffic Adtech Stack
Redis Labs
 
Day 2 General Session Presentations RedisConf
Redis Labs
 
Counting image views using redis cluster
Redis Labs
 
RedisConf17 - Amadeus - Redis-Cluster operator
Redis Labs
 
Redis Developers Day 2014 - Redis Labs Talks
Redis Labs
 
RedisConf17 - Turbo-charge your apps with Amazon Elasticache for Redis
Redis Labs
 
Running Analytics at the Speed of Your Business
Redis Labs
 
Redis for horizontally scaled data processing at jFrog bintray
Redis Labs
 
Back your App with MySQL & Redis, the Cloud Foundry Way- Kenny Bastani, Pivotal
Redis Labs
 
RedisConf17 - Pain-free Pipelining
Redis Labs
 
Walmart & IBM Revisit the Linear Road Benchmark- Roger Rea, IBM
Redis Labs
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Odinot Stanislas
 
RedisConf18 - Redis at LINE - 25 Billion Messages Per Day
Redis Labs
 
Redis Day Keynote Salvatore Sanfillipo Redis Labs
Redis Labs
 

Similar to RedisConf17 - Redis Development, An Update - @antirez (20)

PDF
Databases in the hosted cloud
Colin Charles
 
PDF
Scaling Hadoop at LinkedIn
DataWorks Summit
 
PPTX
A Second Look at Oracle RAC 12c
Leighton Nelson
 
PPTX
Nosql databases
Fayez Shayeb
 
PPTX
Securing Hadoop in an Enterprise Context
Hellmar Becker
 
PPTX
44CON 2014 - Pentesting NoSQL DB's Using NoSQL Exploitation Framework, Franci...
44CON
 
PDF
Vijfhart thema-avond-oracle-12c-new-features
mkorremans
 
PPTX
Hadoop ppt1
chariorienit
 
ODP
MySQL And Search At Craigslist
Jeremy Zawodny
 
KEY
KeyValue Stores
Mauro Pompilio
 
PDF
No sq lv1_0
Tuan Luong
 
PPTX
Hadoop.pptx
arslanhaneef
 
PPTX
Hadoop.pptx
sonukumar379092
 
PPTX
List of Engineering Colleges in Uttarakhand
Roorkee College of Engineering, Roorkee
 
PPTX
MongoDB
Rony Gregory
 
PDF
Petabyte Scale Object Storage Service Using Ceph in A Private Cloud - Varada ...
Ceph Community
 
PPTX
Azure redis cache
Shahriar Hossain
 
PDF
Papers We Love Too, June 2015: Haystack
Sargun Dhillon
 
KEY
MongoDB Administration 20110922
radiocats
 
PDF
Spark Summit EU talk by Shay Nativ and Dvir Volk
Spark Summit
 
Databases in the hosted cloud
Colin Charles
 
Scaling Hadoop at LinkedIn
DataWorks Summit
 
A Second Look at Oracle RAC 12c
Leighton Nelson
 
Nosql databases
Fayez Shayeb
 
Securing Hadoop in an Enterprise Context
Hellmar Becker
 
44CON 2014 - Pentesting NoSQL DB's Using NoSQL Exploitation Framework, Franci...
44CON
 
Vijfhart thema-avond-oracle-12c-new-features
mkorremans
 
Hadoop ppt1
chariorienit
 
MySQL And Search At Craigslist
Jeremy Zawodny
 
KeyValue Stores
Mauro Pompilio
 
No sq lv1_0
Tuan Luong
 
Hadoop.pptx
arslanhaneef
 
Hadoop.pptx
sonukumar379092
 
List of Engineering Colleges in Uttarakhand
Roorkee College of Engineering, Roorkee
 
MongoDB
Rony Gregory
 
Petabyte Scale Object Storage Service Using Ceph in A Private Cloud - Varada ...
Ceph Community
 
Azure redis cache
Shahriar Hossain
 
Papers We Love Too, June 2015: Haystack
Sargun Dhillon
 
MongoDB Administration 20110922
radiocats
 
Spark Summit EU talk by Shay Nativ and Dvir Volk
Spark Summit
 
Ad

More from Redis Labs (20)

PPTX
Redis Day Bangalore 2020 - Session state caching with redis
Redis Labs
 
PPTX
Protecting Your API with Redis by Jane Paek - Redis Day Seattle 2020
Redis Labs
 
PPTX
The Happy Marriage of Redis and Protobuf by Scott Haines of Twilio - Redis Da...
Redis Labs
 
PPTX
SQL, Redis and Kubernetes by Paul Stanton of Windocks - Redis Day Seattle 2020
Redis Labs
 
PPTX
Rust and Redis - Solving Problems for Kubernetes by Ravi Jagannathan of VMwar...
Redis Labs
 
PPTX
Redis for Data Science and Engineering by Dmitry Polyakovsky of Oracle
Redis Labs
 
PPTX
Practical Use Cases for ACLs in Redis 6 by Jamie Scott - Redis Day Seattle 2020
Redis Labs
 
PPTX
Moving Beyond Cache by Yiftach Shoolman Redis Labs - Redis Day Seattle 2020
Redis Labs
 
PPTX
Leveraging Redis for System Monitoring by Adam McCormick of SBG - Redis Day S...
Redis Labs
 
PPTX
JSON in Redis - When to use RedisJSON by Jay Won of Coupang - Redis Day Seatt...
Redis Labs
 
PPTX
Highly Available Persistent Session Management Service by Mohamed Elmergawi o...
Redis Labs
 
PPTX
Anatomy of a Redis Command by Madelyn Olson of Amazon Web Services - Redis Da...
Redis Labs
 
PPTX
Building a Multi-dimensional Analytics Engine with RedisGraph by Matthew Goos...
Redis Labs
 
PPTX
RediSearch 1.6 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
PPTX
RedisGraph 2.0 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
PPTX
RedisTimeSeries 1.2 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
PPTX
RedisAI 0.9 by Sherin Thomas of Tensorwerk - Redis Day Bangalore 2020
Redis Labs
 
PPTX
Rate-Limiting 30 Million requests by Vijay Lakshminarayanan and Girish Koundi...
Redis Labs
 
PDF
Three Pillars of Observability by Rajalakshmi Raji Srinivasan of Site24x7 Zoh...
Redis Labs
 
PPTX
Solving Complex Scaling Problems by Prashant Kumar and Abhishek Jain of Myntr...
Redis Labs
 
Redis Day Bangalore 2020 - Session state caching with redis
Redis Labs
 
Protecting Your API with Redis by Jane Paek - Redis Day Seattle 2020
Redis Labs
 
The Happy Marriage of Redis and Protobuf by Scott Haines of Twilio - Redis Da...
Redis Labs
 
SQL, Redis and Kubernetes by Paul Stanton of Windocks - Redis Day Seattle 2020
Redis Labs
 
Rust and Redis - Solving Problems for Kubernetes by Ravi Jagannathan of VMwar...
Redis Labs
 
Redis for Data Science and Engineering by Dmitry Polyakovsky of Oracle
Redis Labs
 
Practical Use Cases for ACLs in Redis 6 by Jamie Scott - Redis Day Seattle 2020
Redis Labs
 
Moving Beyond Cache by Yiftach Shoolman Redis Labs - Redis Day Seattle 2020
Redis Labs
 
Leveraging Redis for System Monitoring by Adam McCormick of SBG - Redis Day S...
Redis Labs
 
JSON in Redis - When to use RedisJSON by Jay Won of Coupang - Redis Day Seatt...
Redis Labs
 
Highly Available Persistent Session Management Service by Mohamed Elmergawi o...
Redis Labs
 
Anatomy of a Redis Command by Madelyn Olson of Amazon Web Services - Redis Da...
Redis Labs
 
Building a Multi-dimensional Analytics Engine with RedisGraph by Matthew Goos...
Redis Labs
 
RediSearch 1.6 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
RedisGraph 2.0 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
RedisTimeSeries 1.2 by Pieter Cailliau - Redis Day Bangalore 2020
Redis Labs
 
RedisAI 0.9 by Sherin Thomas of Tensorwerk - Redis Day Bangalore 2020
Redis Labs
 
Rate-Limiting 30 Million requests by Vijay Lakshminarayanan and Girish Koundi...
Redis Labs
 
Three Pillars of Observability by Rajalakshmi Raji Srinivasan of Site24x7 Zoh...
Redis Labs
 
Solving Complex Scaling Problems by Prashant Kumar and Abhishek Jain of Myntr...
Redis Labs
 
Ad

Recently uploaded (20)

PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 

RedisConf17 - Redis Development, An Update - @antirez