listpack icon indicating copy to clipboard operation
listpack copied to clipboard

A serialization format and implementation for backward-traversable lists of strings.

Results 2 listpack issues
Sort by recently updated
recently updated
newest added

see this issue: https://github.com/redis/redis/issues/10994

The length of "hello" is 5, it's less then 63, so it matches this format ``` 10|xxxxxx ``` The first 2bit is `10`, and the rest 6bit representing the length...