Thursday, November 3, 2011

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Redis Essentials, By Maxwell Dayvson Da Silva, Hugo Lopes Tavares. Eventually, you will find a new experience and also understanding by investing more money. Yet when? Do you assume that you should get those all requirements when having much cash? Why don't you attempt to obtain something easy initially? That's something that will lead you to know even more regarding the globe, adventure, some places, history, enjoyment, as well as much more? It is your very own time to proceed checking out habit. Among the publications you can appreciate now is Redis Essentials, By Maxwell Dayvson Da Silva, Hugo Lopes Tavares below.

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares



Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Free PDF Ebook Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Harness the power of Redis to integrate and manage your projects efficiently

About This Book

  • Learn how to use Redis's data types efficiently to manage large data sets
  • Scale Redis to multiple servers with Twemproxy, Redis Sentinel, and Redis Cluster
  • A fast-paced guide, full of real-world examples to help you get the best out of the features offered by Redis

Who This Book Is For

If you are a competent developer with experience of working with data structure servers and want to boost your project's performance by learning about features of Redis, then this book is for you.

What You Will Learn

  • Build analytics applications using Bitmaps and Hyperloglogs
  • Enhance scalability with Twemproxy, Redis Sentinel, and Redis Cluster
  • Build a Time Series implementation in Node.js and Redis
  • Create your own Redis commands by extending Redis with Lua
  • Get to know security techniques to protect your data (SSL encryption, firewall rules, basic authorization)
  • Persist data to disk and learn the trade-offs of AOF and RDB
  • Understand how to use Node.js, PHP, Python, and Ruby clients for Redis
  • Avoid common pitfalls when designing your next solution

In Detail

Redis is the most popular in-memory key-value data store. It’s very lightweight and its data types give it an edge over the other competitors. If you need an in-memory database or a high-performance cache system that is simple to use and highly scalable, Redis is what you need.

Redis Essentials is a fast-paced guide that teaches the fundamentals on data types, explains how to manage data through commands, and shares experiences from big players in the industry.

We start off by explaining the basics of Redis followed by the various data types such as Strings, hashes, lists, and more. Next, Common pitfalls for various scenarios are described, followed by solutions to ensure you do not fall into common traps.

After this, major differences between client implementations in PHP, Python, and Ruby are presented. Next, you will learn how to extend Redis with Lua, get to know security techniques such as basic authorization, firewall rules, and SSL encryption, and discover how to use Twemproxy, Redis Sentinel, and Redis Cluster to scale infrastructures horizontally. At the end of this book, you will be able to utilize all the essential features of Redis to optimize your project's performance.

Style and approach

A practical guide that offers the foundation upon which you can begin to understand the capabilities of Redis using a step-by-step approach. This book is full of real-world problems and in-depth knowledge of the concepts and features of Redis, with plenty of examples.

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

  • Amazon Sales Rank: #122061 in eBooks
  • Published on: 2015-09-08
  • Released on: 2015-09-15
  • Format: Kindle eBook
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

About the Author

Maxwell Dayvson Da Silva

Maxwell Dayvson Da Silva, a self-taught programmer, is the director of technology at The New York Times. Born in Recife, Brazil, he is a video specialist and is most interested in bringing technology to a global audience. His work has ranged from developing and delivering highly scalable products to innovating and implementing large-scale video solutions. Prior to joining the Times, he worked for Globo, Brazil's leading media network, and Terra, a global digital media company. Additionally, he has spoken at conferences such as Campus Party, FISL, SET Broadcast and Cable, Streaming Media East, and Streaming Media West. Maxwell has also devoted time to speaking at several Brazilian universities, including UFGRS, IFRS, UDESC, and FEEVALE-RS. He is a contributor to and creator of some open source projects. You can find them at https://github.com/dayvson. Outside of his professional work, Maxwell regularly combines his passion for art and science to create games and interactive art installations. His son, Arthur, inspires him to seek opportunities to bring science into the lives of young people, both in New York and abroad. Although Redis Essentials is Maxwell's first book, he has done technical reviewing for two others, Extending Bootstrap and Learning JavaScript Data Structures and Algorithms. You can contact him on LinkedIn at http://www.linkedin.com/in/dayvson.

Hugo Lopes Tavares

Hugo Lopes Tavares is a software developer from Brazil who currently works as a platform engineer at Yipit, a technology company focused on data aggregation and analysis. Prior to his work in the United States, Hugo worked on live streaming video development for Globo.com, the Internet branch of Grupo Globo, which is the largest media conglomerate in Latin America. Having been involved in open source software, he has made a significant impact in this field. He was a main contributor to pip (the Python package installer), wrote improvements to CPython and the Python standard library, coauthored Splinter (a web-testing tool), and contributed to many well-known projects. Some of his contributions can be found at https://github.com/hltbra. Additionally, Hugo worked at NSI (Information Systems Research Group), carrying out research and development on agile methods and software quality for the Brazilian government. Within his research, he created some testing tools, the most famous of which are Should-DSL and PyCukes, which are mentioned in Python Testing Cookbook, Packt Publishing (Should-DSL has its own section in it). When Hugo is not doing anything related to technology, he is involved in strength training as an amateur powerlifter. You can contact him on LinkedIn at https://www.linkedin.com/in/hltbra.


Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Where to Download Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Most helpful customer reviews

5 of 5 people found the following review helpful. The Redis book I have been waiting for, includes Node.js By Jim Fathman This is the Redis book I have been waiting for. It introduces fundamental operations using the Redis command line interface, and then shows useful examples of the same operations using Node.js. The combination of Node.js and Redis is a popular mix, so the approach in this book should appeal to a large audience of server side developers.The writing quality and editing is uncommonly good in this book. I am a fan of PACKT books which are frequently first to market for new technologies, but they are sometimes rushed and written by amateurs. Not so here. The authors and reviewers are legit, have solid technical chops, and it shows.I buy a lot of technical books from Amazon, read them, and sell them back to clear shelf space. I keep a few of the better books. This book is a keeper. I hope the authors will return with more excellent writing about other parts of the Node.js ecosystem.

2 of 2 people found the following review helpful. Easy read while still indepth By S. Ketchman I didn't know much about Redis besides it being an in-memory storage option similar to memcached, but after reading through this book I've gotten a really good understanding of how Redis works and how to use it. I've read a lot of technical books, some being excellent and others being difficult to read, and this one gets points for not just the ease of reading, but the technical detail that it goes into.The book starts off basic, with each chapter getting more and more detailed. I liked that it spent some time talking about the data structures used in redis. Although this detail might not be necessary for advanced users, it's a good refresher and isn't overly verbose. Another thing I appreciated a lot were the many examples. Throughout the book you get a chance to actually start using redis using Node.JS, which makes following along easier. The author doesn't take for granted that some people might not know JavaScript though, but for people who do, there aren't too many pages wasted for the basics. Basically, it has a good balance between moving the learning along while still helping those who might be new to all of this.I have yet to actually develop my own production ready application using redis but after finishing the book I'm pretty confident that I know enough to do it. I recommend this book for anyone wanting a quick way to learn about redis. The ease of reading makes it so you can finish the book relatively quickly, or spend extra time with the many examples if you want a more hands-on read through.

3 of 3 people found the following review helpful. Very practical and with good examples from the real world By Francisco Souza This is a really good Redis book. I do have a good experience working with Redis, and was still able to profit from this book. The book goes from the very basic (installing Redis and running the first command with redis-cli) to more advanced features and techniques (using Redis as a time-series database or the inner workings of Redis Cluster and Sentinel), always with a good coverage of real-world examples.I also liked the way the authors presented the problems related to replication and sharding and then presented the official tools for that, giving a good notion on how the actual history happened, as Redis wasn't designed in the first place with replication and sharding in mind. The authors do show to have large experience in the topic, and the book is also very well written. Definitely a good book to have in the collection.

See all 10 customer reviews... Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares


Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares PDF
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares iBooks
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares ePub
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares rtf
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares AZW
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares Kindle

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares
Redis Essentials, by Maxwell Dayvson Da Silva, Hugo Lopes Tavares

No comments:

Post a Comment