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