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

MARC

LEADER 00000cam a2200000Mi 4500
001 12351305
005 20210426223448.2
006 m o d
007 cr |n|---|||||
008 180310s2018 enk o 000 0 eng d
019 |a 1028617277  |a 1028656607  |a 1050967606  |a 1175635141 
020 |a 9781783988174  |q (electronic bk.) 
020 |a 1783988177  |q (electronic bk.) 
020 |a 1783988169 
020 |a 9781783988167 
024 3 |a 9781783988167 
035 |a (OCoLC)1028202015  |z (OCoLC)1028617277  |z (OCoLC)1028656607  |z (OCoLC)1050967606  |z (OCoLC)1175635141 
035 9 |a (OCLCCM-CC)1028202015 
037 |a B02877  |b 01201872 
037 |a FB9CB6F7-F072-4469-9F42-827E277B1CB6  |b OverDrive, Inc.  |n http://www.overdrive.com 
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d IDB  |d MERUC  |d OCLCO  |d OCLCF  |d YDX  |d OCLCQ  |d VT2  |d TEFOD  |d OCLCQ  |d LVT  |d C6I  |d UKAHL  |d OCLCQ  |d N$T  |d UX1  |d K6U 
049 |a MAIN 
050 4 |a QA76.9.D37  |b .H836 20418eb 
100 1 |a Huang, Pengcheng. 
245 1 0 |a Redis 4.x Cookbook :  |b Over 80 hand-picked recipes for effective Redis development and administration. 
260 |a Birmingham :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource (374 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a 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;Œ 
505 8 |a 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. 
505 8 |a 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;Œ 
505 8 |a 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. 
505 8 |a 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. 
500 |a Using pipeline in Jedis. 
520 |a 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. 
650 0 |a Data warehousing.  |0 http://id.loc.gov/authorities/subjects/sh97003695 
650 0 |a Database management.  |0 http://id.loc.gov/authorities/subjects/sh85035848 
650 7 |a Data warehousing.  |2 fast  |0 (OCoLC)fst00888026 
650 7 |a Database management.  |2 fast  |0 (OCoLC)fst00888037 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
700 1 |a Wang, Zuofei. 
776 0 8 |i Print version:  |a Huang, Pengcheng.  |t Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration.  |d Birmingham : Packt Publishing, ©2018 
903 |a HeVa 
929 |a oclccm 
999 f f |i 15ec59ea-9e9d-572c-bd1b-659114dffffa  |s b77ad1eb-b652-519c-b9c7-d443fcece90b 
928 |t Library of Congress classification  |a QA76.9.D37 .H836 20418eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=1728045  |z eBooks on EBSCOhost  |g ebooks  |i 12460877