У нас вы можете посмотреть бесплатно Build your leaderboard API или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
What you’ll learn in this video Set up a real-time game leaderboard backend with Redis, Docker, and Node.js. Overview In this first episode, you’ll build the foundation of a Redis-powered leaderboard system for real-time games. We’ll walk through setting up the backend using Node.js, running Redis locally with Docker, and testing the API endpoints with curl and Postman. Whether you’re building a multiplayer game or just want to learn how to work with Redis sorted sets and REST APIs, this is where it all begins. Key topics covered: Redis sorted sets for score tracking Building REST APIs with Node.js Local Redis + Docker setup Testing endpoints with curl and Postman Resources & links Code/Repo: https://github.com/redis-developer/re... Written Tutorial: https://redis.io/learn/howtos/create-... Try it out: https://redis.com/try-free Docs: https://redis.io/docs Curl commands curl -X GET http://localhost:3000/api/leaderboard/redis-racer?count=10 curl -X POST http://localhost:3000/api/leaderboard -H "Content-Type: application/json" -d “{\“key\": \“redis-racer\", \“score\": 1564, \“member\": \“rrt\"}" Timestamps 00:00 - Intro 00:40 - How sorted sets work 01:33 - Writing addLeaderboardEntry 02:33 - Writing getLeaderboard 03:05 - Running backend with Docker 04:23 - Testing with curl 05:31 - Using Postman 07:53 - What’s next Have questions? Drop them in the comments, we’re here to help. Subscribe for the rest of the series! / @redisinc #Redis #GameDev #UnrealEngine5 #Nodejs #rediscloud About Redis We’re the world’s fastest in-memory database. From our open source origins in 2011 to becoming the #1 cited brand for caching solutions, we’ve helped more than 10,000 customers build, scale, and deploy the apps our world runs on. With cloud and on-prem databases for caching, vector search, and more, we’re helping digital businesses set a new standard for speed.