Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Tag: redis

  • Home
  • redis

Dùng RedisTemplate để gửi byte tới Redis

September 15, 2024 duongnt.bkLeave a Comment on Dùng RedisTemplate để gửi byte tới Redis

Theo mặc định, RedisTemplate sẽ chuyển dữ liêu của ta sang dạng String trước khi thực hiện serialize. Trong một số trường hợp, ta có thể tiết kiệm bộ nhớ bằng cách gửi thẳng byte lên Redis.

Java/Kotlin, Vietnamese Kotlin, redis, RedisTemplate

Send raw bytes to Redis with RedisTemplate

September 15, 2024 duongnt.bkLeave a Comment on Send raw bytes to Redis with RedisTemplate

By default, RedisTemplate convert our data to String before sending it to Redis. In some case, sending raw bytes can help us save some memory.

English, Java/Kotlin Kotlin, redis, RedisTemplate

Sliding expiration in StackExchangeRedis

October 9, 2021December 6, 2022 duongnt.bk1 Comment on Sliding expiration in StackExchangeRedis

In Redis, there is no concept of sliding expiration. If so, how did StackExchangeRedis implement this feature? Let’s find out here.

C#, English C#, redis, stackexchangeredis

Sliding expiration trong StackExchangeRedis

October 9, 2021December 6, 2022 duongnt.bk1 Comment on Sliding expiration trong StackExchangeRedis

Trong Redis không tồn tại khái niệm sliding expiration. Vậy StackExchangeRedis đã implement tính năng đó như thế nào? Cùng tìm hiểu tại đây.

C#, Vietnamese C#, redis, stackexchangeredis

Exchange data between a Python and a C# .NET app via Redis

October 3, 2021October 3, 2021 duongnt.bkLeave a Comment on Exchange data between a Python and a C# .NET app via Redis

The third article in a series about Redis-based distributed caching. We will see how Redis can help us exchange data between a Python and a C# .NET application.

C#, English, Python C#, cache, python, redis

Trao đổi dữ liệu giữa ứng dụng Python và C# .NET thông qua Redis

October 3, 2021October 3, 2021 duongnt.bk1 Comment on Trao đổi dữ liệu giữa ứng dụng Python và C# .NET thông qua Redis

Bài thứ 3 trong loạt bài về Redis. Chúng ta sẽ tìm hiểu cách dùng Redis làm trung gian để trao đổi dữ liệu giữa ứng dụng Python và C# .NET.

C#, Python, Vietnamese C#, cache, python, redis

Dùng StackExchangeRedis để tích hợp Redis với ứng dụng C# .NET

September 24, 2021December 6, 2022 duongnt.bk1 Comment on Dùng StackExchangeRedis để tích hợp Redis với ứng dụng C# .NET

Bài số 2 trong loạt bài về distributed caching dùng Redis. Chúng ta sẽ tìm hiểu StackExchangeRedis, một package cho phép kết nối C# app với Redis.

C#, Vietnamese C#, cache, redis, stackexchangeredis

Using StackExchangeRedis to integrate Redis with a C# .NET app

September 24, 2021December 6, 2022 duongnt.bk3 Comments on Using StackExchangeRedis to integrate Redis with a C# .NET app

The second article in a series about Redis-based distributed caching. We will look at StackExchangeRedis, a C# package to interact with Redis.

C#, English C#, cache, redis, stackexchangeredis

Kết nối với Redis bằng aioredis và Python

September 21, 2021September 29, 2021 duongnt.bk1 Comment on Kết nối với Redis bằng aioredis và Python

Đây là bài đầu tiên trong loạt 3 bài về distributed caching dùng Redis. Chúng ta sẽ tìm hiểu về aioredis, một package cho phép kết nối non-blocking tới Redis.

Python, Vietnamese cache, python, redis

Connect to Redis with aioredis and Python

September 21, 2021September 29, 2021 duongnt.bk2 Comments on Connect to Redis with aioredis and Python

The first article in a series about Redis-based distributed caching. We will take a look at aioredis, a Python library to make non-blocking calls to Redis.

English, Python aioredis, cache, python, redis

Posts navigation

Older posts
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress