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...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2018.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. |
Beschreibung: | Using pipeline in Jedis. |
Beschreibung: | 1 online resource (374 pages) |
Bibliographie: | Includes bibliographical references. |
ISBN: | 9781783988174 1783988177 1783988169 9781783988167 |
Internformat
MARC
LEADER | 00000cam a2200000Mi 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1028202015 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d SXB | ||
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 | |
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 | 7 | |a 658.40380285574 |2 23 | |
049 | |a MAIN | ||
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. | ||
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 | 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 | |
655 | 4 | |a Electronic book. | |
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 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728045 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1028202015 |
---|---|
_version_ | 1816882415330656256 |
adam_text | |
any_adam_object | |
author | Huang, Pengcheng |
author2 | Wang, Zuofei |
author2_role | |
author2_variant | z w zw |
author_facet | Huang, Pengcheng Wang, Zuofei |
author_role | |
author_sort | Huang, Pengcheng |
author_variant | p h ph |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D37 .H836 20418eb |
callnumber-search | QA76.9.D37 .H836 20418eb |
callnumber-sort | QA 276.9 D37 H836 520418EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
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. |
ctrlnum | (OCoLC)1028202015 |
dewey-full | 658.40380285574 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.40380285574 |
dewey-search | 658.40380285574 |
dewey-sort | 3658.40380285574 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06502cam a2200709Mi 4500</leader><controlfield tag="001">ZDB-4-EBA-on1028202015</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|---|||||</controlfield><controlfield tag="008">180310s2018 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDB</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDX</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VT2</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">C6I</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">UX1</subfield><subfield code="d">K6U</subfield><subfield code="d">NLW</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">SXB</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC1L5079</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018815384</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1028617277</subfield><subfield code="a">1028656607</subfield><subfield code="a">1050967606</subfield><subfield code="a">1175635141</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783988174</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783988177</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783988169</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783988167</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781783988167</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1028202015</subfield><subfield code="z">(OCoLC)1028617277</subfield><subfield code="z">(OCoLC)1028656607</subfield><subfield code="z">(OCoLC)1050967606</subfield><subfield code="z">(OCoLC)1175635141</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">B02877</subfield><subfield code="b">01201872</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">FB9CB6F7-F072-4469-9F42-827E277B1CB6</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.D37</subfield><subfield code="b">.H836 20418eb</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.40380285574</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Huang, Pengcheng.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Redis 4.x Cookbook :</subfield><subfield code="b">Over 80 hand-picked recipes for effective Redis development and administration.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (374 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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;Œ</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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;Œ</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Using pipeline in Jedis.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data warehousing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97003695</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Database management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85035848</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Entrepôts de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Bases de données</subfield><subfield code="x">Gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Servers.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Databases.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data warehousing.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Database Management</subfield><subfield code="x">Data Warehousing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Database Management</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data warehousing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Database management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">Electronic book.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Wang, Zuofei.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Huang, Pengcheng.</subfield><subfield code="t">Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2018</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728045</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH33969532</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL5314625</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">15211149</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1728045</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Electronic book. |
genre_facet | Electronic book. |
id | ZDB-4-EBA-on1028202015 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:28:15Z |
institution | BVB |
isbn | 9781783988174 1783988177 1783988169 9781783988167 |
language | English |
oclc_num | 1028202015 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (374 pages) |
psigel | ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Huang, Pengcheng. Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. Birmingham : Packt Publishing, 2018. 1 online resource (374 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. 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. Using pipeline in Jedis. 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. Includes bibliographical references. Data warehousing. http://id.loc.gov/authorities/subjects/sh97003695 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Entrepôts de données (Informatique) Bases de données Gestion. Servers. bicssc Databases. bicssc Data warehousing. bicssc Computers Database Management Data Warehousing. bisacsh Computers Database Management General. bisacsh Data warehousing fast Database management fast Electronic book. Wang, Zuofei. Print version: Huang, Pengcheng. Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. Birmingham : Packt Publishing, ©2018 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728045 Volltext |
spellingShingle | Huang, Pengcheng Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. 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. Data warehousing. http://id.loc.gov/authorities/subjects/sh97003695 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Entrepôts de données (Informatique) Bases de données Gestion. Servers. bicssc Databases. bicssc Data warehousing. bicssc Computers Database Management Data Warehousing. bisacsh Computers Database Management General. bisacsh Data warehousing fast Database management fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh97003695 http://id.loc.gov/authorities/subjects/sh85035848 |
title | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_auth | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_exact_search | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_full | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_fullStr | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_full_unstemmed | Redis 4.x Cookbook : Over 80 hand-picked recipes for effective Redis development and administration. |
title_short | Redis 4.x Cookbook : |
title_sort | redis 4 x cookbook over 80 hand picked recipes for effective redis development and administration |
title_sub | Over 80 hand-picked recipes for effective Redis development and administration. |
topic | Data warehousing. http://id.loc.gov/authorities/subjects/sh97003695 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Entrepôts de données (Informatique) Bases de données Gestion. Servers. bicssc Databases. bicssc Data warehousing. bicssc Computers Database Management Data Warehousing. bisacsh Computers Database Management General. bisacsh Data warehousing fast Database management fast |
topic_facet | Data warehousing. Database management. Entrepôts de données (Informatique) Bases de données Gestion. Servers. Databases. Computers Database Management Data Warehousing. Computers Database Management General. Data warehousing Database management Electronic book. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1728045 |
work_keys_str_mv | AT huangpengcheng redis4xcookbookover80handpickedrecipesforeffectiveredisdevelopmentandadministration AT wangzuofei redis4xcookbookover80handpickedrecipesforeffectiveredisdevelopmentandadministration |