Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration.
Saved in:
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 |
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.