Cargando…

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

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Huang, Pengcheng
Otros Autores: Wang, Zuofei
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBSCO_on1028202015
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 180310s2018 enk o 000 0 eng d
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  |d NLW  |d UKMGB  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBC1L5079  |2 bnb 
016 7 |a 018815384  |2 Uk 
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 
029 1 |a AU@  |b 000066232989 
029 1 |a CHNEW  |b 001002067 
029 1 |a CHVBK  |b 515198722 
029 1 |a UKMGB  |b 018815384 
035 |a (OCoLC)1028202015  |z (OCoLC)1028617277  |z (OCoLC)1028656607  |z (OCoLC)1050967606  |z (OCoLC)1175635141 
037 |a B02877  |b 01201872 
037 |a FB9CB6F7-F072-4469-9F42-827E277B1CB6  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D37  |b .H836 20418eb 
082 0 4 |a 658.40380285574  |2 23 
049 |a UAMI 
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. 
504 |a Includes bibliographical references. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Data warehousing. 
650 0 |a Database management. 
650 6 |a Entrepôts de données (Informatique) 
650 6 |a Bases de données  |x Gestion. 
650 7 |a Servers.  |2 bicssc 
650 7 |a Databases.  |2 bicssc 
650 7 |a Data warehousing.  |2 bicssc 
650 7 |a Computers  |x Database Management  |x Data Warehousing.  |2 bisacsh 
650 7 |a Computers  |x Database Management  |x General.  |2 bisacsh 
650 7 |a Data warehousing  |2 fast 
650 7 |a Database management  |2 fast 
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 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728045  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33969532 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5314625 
938 |a YBP Library Services  |b YANK  |n 15211149 
938 |a EBSCOhost  |b EBSC  |n 1728045 
994 |a 92  |b IZTAP