mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
fix readme.md,Redis data types should add t_stream.c
.
This commit is contained in:
parent
0cabe0cfa7
commit
2d236d7aec
@ -406,7 +406,7 @@ replicas, or to continue the replication after a disconnection.
|
|||||||
Other C files
|
Other C files
|
||||||
---
|
---
|
||||||
|
|
||||||
* `t_hash.c`, `t_list.c`, `t_set.c`, `t_string.c` and `t_zset.c` contains the implementation of the Redis data types. They implement both an API to access a given data type, and the client commands implementations for these data types.
|
* `t_hash.c`, `t_list.c`, `t_set.c`, `t_string.c`, `t_zset.c` and `t_stream.c` contains the implementation of the Redis data types. They implement both an API to access a given data type, and the client commands implementations for these data types.
|
||||||
* `ae.c` implements the Redis event loop, it's a self contained library which is simple to read and understand.
|
* `ae.c` implements the Redis event loop, it's a self contained library which is simple to read and understand.
|
||||||
* `sds.c` is the Redis string library, check http://github.com/antirez/sds for more information.
|
* `sds.c` is the Redis string library, check http://github.com/antirez/sds for more information.
|
||||||
* `anet.c` is a library to use POSIX networking in a simpler way compared to the raw interface exposed by the kernel.
|
* `anet.c` is a library to use POSIX networking in a simpler way compared to the raw interface exposed by the kernel.
|
||||||
|
Loading…
Reference in New Issue
Block a user