Tag

dynamic strings

0 views collected around this technical thread.

Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jul 9, 2021 · Fundamentals

Understanding Character Encoding and Redis SDS Dynamic String Implementation

This article explains how computers store text using binary, introduces ASCII, Unicode and UTF‑8 encoding rules, discusses the limitations of C‑style null‑terminated strings, and describes Redis's Simple Dynamic String (SDS) data structure, its old and new versions, advantages, and related APIs.

C stringsRedisSDS
0 likes · 14 min read
Understanding Character Encoding and Redis SDS Dynamic String Implementation