Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Redis: The Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:07
    Hello and Welcome!
  2. Урок 2. 00:04:16
    Why Use Redis?
  3. Урок 3. 00:02:53
    Initial Setup
  4. Урок 4. 00:04:52
    A Touch More Setup
  5. Урок 5. 00:04:10
    Basic Commands
  6. Урок 6. 00:05:52
    Documentation on Commands
  7. Урок 7. 00:05:25
    Variations of SET
  8. Урок 8. 00:06:56
    Use Case of Expiration Options
  9. Урок 9. 00:04:59
    Setting Multiple Keys
  10. Урок 10. 00:00:50
    GET and MGET
  11. Урок 11. 00:03:36
    String Ranges
  12. Урок 12. 00:09:40
    Are These Commands Even Useful?
  13. Урок 13. 00:05:13
    Dealing with Numbers
  14. Урок 14. 00:08:57
    Again... Why do These Commands Exist?
  15. Урок 15. 00:02:16
    Using a Completed Notebook
  16. Урок 16. 00:00:52
    A Few Exercises
  17. Урок 17. 00:03:21
    Exercise Solutions
  18. Урок 18. 00:07:40
    Don't Skip This Video
  19. Урок 19. 00:09:47
    Redis Client Libraries
  20. Урок 20. 00:03:31
    First Implementation Task
  21. Урок 21. 00:09:12
    Redis Design Methodology
  22. Урок 22. 00:06:10
    Key Naming Methodology
  23. Урок 23. 00:06:48
    Adding Page Caching
  24. Урок 24. 00:05:03
    Better Key Generation
  25. Урок 25. 00:02:02
    Hashes in Redis
  26. Урок 26. 00:04:44
    Storing and Retrieving Hashes
  27. Урок 27. 00:04:24
    Creating, Updating, and Retrieving Hashes
  28. Урок 28. 00:02:44
    Deleting Hash Data
  29. Урок 29. 00:04:46
    Numbers in Hashes
  30. Урок 30. 00:04:09
    Slightly Unpredictable HSET and HGETALL
  31. Урок 31. 00:06:43
    Issues with HSET
  32. Урок 32. 00:06:17
    Issues with HGETALL
  33. Урок 33. 00:09:06
    App Overview
  34. Урок 34. 00:07:21
    Reducing the Design to Queries
  35. Урок 35. 00:06:08
    What Data Type for Each Resource
  36. Урок 36. 00:10:15
    Create User Implementation
  37. Урок 37. 00:10:44
    Serialization and Deserialization
  38. Урок 38. 00:01:18
    Adding Serialize
  39. Урок 39. 00:03:56
    Fetching a User
  40. Урок 40. 00:06:57
    Implementing Sessions
  41. Урок 41. 00:07:24
    Fetching a Saved Session
  42. Урок 42. 00:03:23
    Creating Sessions
  43. Урок 43. 00:04:28
    Serializing Date Times
  44. Урок 44. 00:07:17
    Storing Items
  45. Урок 45. 00:08:00
    Fetching a Single Item
  46. Урок 46. 00:03:45
    Batching Commands with Pipelines
  47. Урок 47. 00:06:16
    Running Multiple Commands at the Same Time
  48. Урок 48. 00:04:29
    Executing a Pipeline
  49. Урок 49. 00:04:21
    Basics of Sets
  50. Урок 50. 00:03:27
    Union of Sets
  51. Урок 51. 00:01:18
    Intersection of Sets
  52. Урок 52. 00:01:35
    Difference of Sets
  53. Урок 53. 00:02:14
    Store Variations
  54. Урок 54. 00:02:27
    Checking for an Element in a Set
  55. Урок 55. 00:05:29
    Scanning a Set
  56. Урок 56. 00:06:01
    Most Common Use Cases of Sets
  57. Урок 57. 00:06:29
    Requiring Unique User Names
  58. Урок 58. 00:05:27
    Adding a Like System
  59. Урок 59. 00:05:32
    How to Count the Number of Likes?
  60. Урок 60. 00:05:11
    Updating Like Quantities
  61. Урок 61. 00:03:30
    Showing Liked Items
  62. Урок 62. 00:02:14
    Showing Common Liked Items
  63. Урок 63. 00:02:57
    Sorted Sets
  64. Урок 64. 00:03:51
    Adding and Removing Members
  65. Урок 65. 00:05:23
    Finding a Range of Scores
  66. Урок 66. 00:01:53
    Removing the Highest and Lowest Members
  67. Урок 67. 00:02:16
    Updating Scores
  68. Урок 68. 00:08:59
    Querying a Sorted Set
  69. Урок 69. 00:09:30
    Sorted Set Use Cases
  70. Урок 70. 00:05:08
    Reminder on the Auth Flow
  71. Урок 71. 00:04:12
    Storing Usernames
  72. Урок 72. 00:02:41
    Kind of Storing Strings in Sorted Sets
  73. Урок 73. 00:06:06
    Converting User IDs
  74. Урок 74. 00:05:01
    Plan for Showing Most Viewed Items
  75. Урок 75. 00:04:44
    Initializing Views on Item Creation
  76. Урок 76. 00:04:21
    Incrementing View Counters
  77. Урок 77. 00:07:00
    Items by Ending Soonest
  78. Урок 78. 00:11:02
    Querying for Ending Soonest
  79. Урок 79. 00:06:45
    Loading Relational Data
  80. Урок 80. 00:05:15
    Relational Data with SORT
  81. Урок 81. 00:05:42
    The Sort Command
  82. Урок 82. 00:08:00
    Terminology Around Sort
  83. Урок 83. 00:05:56
    Specifying the BY Argument
  84. Урок 84. 00:09:01
    Joining Data with Sort
  85. Урок 85. 00:08:39
    A Few More Arguments
  86. Урок 86. 00:08:15
    Parsing SORT Output
  87. Урок 87. 00:04:43
    HyperLogsLogs
  88. Урок 88. 00:06:45
    When to use HyperLogsLogs
  89. Урок 89. 00:04:33
    HyperLogsLogs in Action
  90. Урок 90. 00:02:59
    Lists
  91. Урок 91. 00:03:46
    Reading and Writing Data to a List
  92. Урок 92. 00:05:53
    Ranges and Searches
  93. Урок 93. 00:04:47
    Trimming Lists
  94. Урок 94. 00:04:55
    Removing Elements
  95. Урок 95. 00:10:13
    List Use Cases
  96. Урок 96. 00:04:03
    Using Lists in Our App
  97. Урок 97. 00:06:27
    Serializing and Deserializing Bids
  98. Урок 98. 00:13:19
    Retrieving Bid Histories
  99. Урок 99. 00:04:02
    More on Bids
  100. Урок 100. 00:04:44
    Validating Bids
  101. Урок 101. 00:03:27
    Updating Items with Bids
  102. Урок 102. 00:04:23
    Issues with Bids
  103. Урок 103. 00:10:13
    Understanding Concurrency Issues
  104. Урок 104. 00:07:43
    Applying Atomic Updates
  105. Урок 105. 00:04:53
    Transactions
  106. Урок 106. 00:03:09
    Watching a Key with Transactions
  107. Урок 107. 00:03:55
    Isolated Connections for Transactions
  108. Урок 108. 00:06:05
    Solving Multiple Bids with a Transaction
  109. Урок 109. 00:09:25
    Items by Price
  110. Урок 110. 00:02:46
    More on Items by Price
  111. Урок 111. 00:03:17
    Lua Scripting
  112. Урок 112. 00:06:25
    Basics of Lua
  113. Урок 113. 00:02:50
    Handling Arrays
  114. Урок 114. 00:04:13
    Handling Tables
  115. Урок 115. 00:04:31
    Loading and Executing Scripts
  116. Урок 116. 00:06:22
    Providing Arguments
  117. Урок 117. 00:06:36
    Providing Key lists
  118. Урок 118. 00:04:30
    When to Use Scripts
  119. Урок 119. 00:04:32
    Custom Scripts with Node-Redis
  120. Урок 120. 00:12:02
    Lua Script Integration
  121. Урок 121. 00:19:58
    Creating a View-Incrementing Script
  122. Урок 122. 00:00:19
    Code Cleanup
  123. Урок 123. 00:07:42
    Concurrency Revisited
  124. Урок 124. 00:04:44
    Issues with WATCH
  125. Урок 125. 00:06:02
    Overview of a Lock
  126. Урок 126. 00:04:23
    Understanding the Goal
  127. Урок 127. 00:10:31
    Implementing WithLock
  128. Урок 128. 00:02:46
    Using WithLock
  129. Урок 129. 00:02:54
    It Works!
  130. Урок 130. 00:08:07
    Automatically Expiring Locks
  131. Урок 131. 00:07:48
    Another Lock Issue
  132. Урок 132. 00:03:05
    Solving Accidental Unlocks
  133. Урок 133. 00:04:46
    Adding an Unlock Script
  134. Урок 134. 00:03:47
    One Last Issue
  135. Урок 135. 00:06:00
    Providing Expiration Signals
  136. Урок 136. 00:07:27
    Alternate Expiration Solution
  137. Урок 137. 00:02:34
    Redis Modules
  138. Урок 138. 00:02:20
    Redis Core vs Redis Stack
  139. Урок 139. 00:05:40
    Using Modules in Production
  140. Урок 140. 00:03:40
    Overview on Search
  141. Урок 141. 00:06:37
    Creating and Using an Index
  142. Урок 142. 00:07:33
    Details on Indexes
  143. Урок 143. 00:05:47
    Index Field Types
  144. Урок 144. 00:05:34
    Numeric Queries
  145. Урок 145. 00:03:08
    Tag Queries
  146. Урок 146. 00:05:13
    Text Queries
  147. Урок 147. 00:03:14
    Fuzzy Search
  148. Урок 148. 00:02:08
    Prefix Search
  149. Урок 149. 00:05:24
    Pre-Processing Search Criteria
  150. Урок 150. 00:04:56
    Search Implementation
  151. Урок 151. 00:04:21
    The Create Index Function
  152. Урок 152. 00:05:27
    When to Create the Index?
  153. Урок 153. 00:06:11
    Parsing the Search Term
  154. Урок 154. 00:07:06
    Executing the Search
  155. Урок 155. 00:02:36
    Seeding Some Fake Data
  156. Урок 156. 00:07:18
    RediSearch and TF-IDF
  157. Урок 157. 00:05:58
    Applying Weights to Fields
  158. Урок 158. 00:04:54
    Understanding Queries with EXPLAIN
  159. Урок 159. 00:02:32
    Query Performance with PROFILE
  160. Урок 160. 00:04:26
    Sorting and Searching
  161. Урок 161. 00:05:29
    Updating an Existing Index
  162. Урок 162. 00:07:26
    Executing the Search
  163. Урок 163. 00:03:06
    Deserializing Search Results
  164. Урок 164. 00:01:32
    Streams
  165. Урок 165. 00:07:00
    Use Case of Streams
  166. Урок 166. 00:02:37
    Adding Messages to a Stream
  167. Урок 167. 00:04:00
    Consuming Streams with XREAD
  168. Урок 168. 00:06:34
    Blocking Reads
  169. Урок 169. 00:01:31
    An XREAD Shortcut
  170. Урок 170. 00:04:40
    A Little Gotcha Around Streams
  171. Урок 171. 00:04:23
    Reading Streams with XRANGE
  172. Урок 172. 00:02:27
    Issues with Standard Streams
  173. Урок 173. 00:04:51
    Consumer Groups
  174. Урок 174. 00:06:51
    Creating and Inspecting Consumer Groups
  175. Урок 175. 00:08:31
    Consumer Groups in Action
  176. Урок 176. 00:05:10
    Claiming Expired Messages