Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration.

Saved in:
Bibliographic Details
Author / Creator:Huang, Pengcheng.
Imprint:Birmingham : Packt Publishing, 2018.
Description:1 online resource (374 pages)
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/12351305
Hidden Bibliographic Details
Other authors / contributors:Wang, Zuofei.
ISBN:9781783988174
1783988177
1783988169
9781783988167
Notes:Using pipeline in Jedis.
Print version record.
Summary:Redis is a popular key-value store database used commonly across many enterprises. Based on the latest version of Redis 4.x, this book provides useful recipes to help you overcome any obstacle when it comes to the different tasks associated with Redis - from working with data types to administering and troubleshooting your Redis solution.
Other form:Print version: Huang, Pengcheng. Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. Birmingham : Packt Publishing, ©2018
Standard no.:9781783988167
Table of Contents:
  • Cover; Copyright and Credits; Dedication; Packt Upsell; Foreword; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Redis; Introduction; Downloading and installing Redis; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Starting and shutting down Redis; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Connecting to Redis with redis-cli; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Getting server information; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's moreâ#x80;Œ
  • See alsoUnderstanding the Redis Event Model; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Understanding the Redis protocol; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; See also; Chapter 2: Data Types; Introduction; Using the string data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the list data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the hash data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the set data type.
  • Getting readyâ#x80;ŒHow to do it ... ; How it works ... ; There's more ... ; Using the sorted set data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the HyperLogLog data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Geo data type; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Managing keys; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Data Features; Introduction; Using bitmaps; Getting readyâ#x80;Œ; How to do itâ#x80;Œ; How it worksâ#x80;Œ
  • There's more ... See also; Setting expiration on keys; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using SORT; Getting readyâ#x80;Œ; How to do itâ#x80;Œ; There's more ... ; See also; Using pipelines; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Understanding Redis transactions; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using PubSub; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using Lua; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also.
  • Debugging LuaGetting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Developing with Redis; Introduction; When to use Redis in your application; Session store; Analytics; Leaderboards; Queues; Latest N records; Caching; There's moreâ#x80;Œ; See also; Using the correct data types; Getting readyâ#x80;Œ; How to do it ... ; How it works ... ; There's more ... ; See also; Using the correct Redis APIs; Getting readyâ#x80;Œ; How to do it; How it works ... ; There's more ... ; See also; Connecting to Redis with Java; Getting readyâ#x80;Œ; How to do it ... ; Connecting to the Redis Server.