redis共100篇
in-memory databases: a demo-拾光赋

in-memory databases: a demo

in-memory databases: a demo,Many of you might've heard a thing or two about Redis, an in-memory database that enables super fast reads and writes. But why is this? We first need to...
kity的头像-拾光赋kity4年前
0318
【Redis Week】 - 7 Days Best Practice With Alibaba Cloud ApsaraDB - Day03-拾光赋

【Redis Week】 – 7 Days Best Practice With Alibaba Cloud ApsaraDB – Day03

【Redis Week】 - 7 Days Best Practice With Alibaba Cloud ApsaraDB - Day03,Learn best practices of Redis in 7 Days Day 3 - Rules You Should Follow & Issues You Should Know When ...
kity的头像-拾光赋kity4年前
0518
Covid19 REST API's-拾光赋

Covid19 REST API’s

Covid19 REST API's,The team at Johns Hopkins University CSSE has been maintaining a database of cases across the globe in CSV files. Pomber, a user on Github has recently converted...
kity的头像-拾光赋kity5年前
04212
Caching Django Application using Redis-拾光赋

Caching Django Application using Redis

Caching Django Application using Redis,Banner Source Introduction When building web applications, optimization is key for user experience. In most cases, requests made in the clien...
kity的头像-拾光赋kity3年前
0366
How to use Redis in Django to optimize Your Django Performance-拾光赋

How to use Redis in Django to optimize Your Django Performance

How to use Redis in Django to optimize Your Django Performance,Hello Devs, In this Post we'll learn about Redis and Django, Redis and Django combination is awesome if your Api's ar...
kity的头像-拾光赋kity2年前
05514
Lessons learned from picking a Java driver for Amazon ElastiCache for Redis - Part 2-拾光赋

Lessons learned from picking a Java driver for Amazon ElastiCache for Redis – Part 2

Lessons learned from picking a Java driver for Amazon ElastiCache for Redis - Part 2,In part one of this series we looked at Jedis as the Java-based Redis driver when used in combi...
kity的头像-拾光赋kity2年前
03914
Rate limiting using Python and Redis-拾光赋

Rate limiting using Python and Redis

Rate limiting using Python and Redis,Rate limiting is a mechanism that many developers may have to deal with at some point in their life. It’s useful for a variety of purposes lik...
kity的头像-拾光赋kity5年前
04213
𝗨𝗻𝗹𝗼𝗰𝗸 𝗛𝗶𝗴𝗵-𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗖𝗮𝗰𝗵𝗶𝗻𝗴 𝘄𝗶𝘁𝗵 𝗝𝗲𝗱𝗶𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁-拾光赋

𝗨𝗻𝗹𝗼𝗰𝗸 𝗛𝗶𝗴𝗵-𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗖𝗮𝗰𝗵𝗶𝗻𝗴 𝘄𝗶𝘁𝗵 𝗝𝗲𝗱𝗶𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁

𝗨𝗻𝗹𝗼𝗰𝗸 𝗛𝗶𝗴𝗵-𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗖𝗮𝗰𝗵𝗶𝗻𝗴 𝘄𝗶𝘁𝗵 𝗝𝗲𝗱𝗶𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁 ,Caching plays a critical role in building high-performance, scalable app...
kity的头像-拾光赋kity48天前
02514
Lettuce - A Java Redis Client-拾光赋

Lettuce – A Java Redis Client

Lettuce - A Java Redis Client,Redis is an in-memory key-value store that can be used as a database, cache, or message broker. Commands that operate on keys in Redis’ in-memory dat...
kity的头像-拾光赋kity1个月前
03112
Write a Postgresql proxy. The Beginning.-拾光赋

Write a Postgresql proxy. The Beginning.

Write a Postgresql proxy. The Beginning.,This series of articles will follow my progress in creating a RediSQL proxy for Postgres, pg-redis-proxy. The end goal of this project is t...
kity的头像-拾光赋kity6年前
0458
Python e Redis: Utilizando Pub/Sub-拾光赋

Python e Redis: Utilizando Pub/Sub

Python e Redis: Utilizando Pub/Sub,Acredito que você já tenha ouvido falar sobre o conceito de publisher/subscriber, certo? E você sabia que o Redis possui essa comunicação na...
kity的头像-拾光赋kity4年前
0306
Redis Streams in Action - Part 3 (Java app to process tweets with Redis Streams)-拾光赋

Redis Streams in Action – Part 3 (Java app to process tweets with Redis Streams)

Redis Streams in Action - Part 3 (Java app to process tweets with Redis Streams), Redis Streams in Action (4 Part Series) 1 Redis Streams in Action: Part 1 (Intro and overview) 2 R...
kity的头像-拾光赋kity4年前
02813