万本电子书0元读

万本电子书0元读

顶部广告

Instant Redis Optimization How-to电子书

售       价:¥

5人正在读 | 0人评论 9.8

作       者:Arun Chinnachamy

出  版  社:Packt Publishing

出版时间:2013-05-23

字       数:51.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is written in a concise, focused style with numerous practical and hands-on recipes and examples. If you want to leverage Redis to create blazing fast applications, then this book is for you.This book is for developers who are already proficient in programming and traditional databases and want to start learning about Redis for its simplicity and fast performance. A basic understanding of Linux and proficiency in a programming language are required to get the most out of this book.
目录展开

Instant Redis Optimization How-to

Instant Redis Optimization How-to

Credits

About the Author

About the Reviewer

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Instant Redis Optimization How-to

Choosing your data store (Simple)

Getting ready

Why was Redis created?

Who is using Redis?

How to do it...

There's more...

How does Redis compare with the competition?

Major differences

Comparison with other data stores

Installing Redis (Simple)

Getting ready

How to do it...

How it works...

There's more...

Setting up and testing

Redis in Mac OS X

Redis in Windows

Configuring and tuning Redis (Intermediate)

Getting ready

How to do it...

How it works...

There's more...

Security settings

Advanced configuration

Implementing persistence in Redis (Intermediate)

Getting ready

How to do it...

How it works...

There's more...

Advantages of snapshotting

Limitations of snapshotting

What should we use?

Detecting performance bottlenecks (Intermediate)

Getting ready

How to do it...

How it works...

There's more...

CPU bottleneck

Latency due to the application's design

Performing high-volume writes (Advanced)

How to do it...

How it works...

There's more...

Bulk data import

Redis protocol

How does the pipe mode work?

Leveraging data types (Simple)

How to do it...

There's more...

Strings

Lists

Sets

Hashes

Optimizing memory (Intermediate)

Getting ready

How to do it...

How it works...

CPU/memory tradeoffs

Maximize hash usage

Auto expiry

There's more...

Auto-expiring caching system

Using transactions and Pub/Sub (Advanced)

How to do it…

Transactions

Publish/Subscribe

How it works...

There's more...

A Publish/Subscribe example

Caveats in transaction

Troubleshooting and monitoring (Intermediate)

How to do it...

There's more...

Slow log

Redis software watchdog

Using languages and drivers (Simple)

How to do it...

There's more…

Client Libraries

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部