https://github.com/whatacold/libae
The Redis network library
https://github.com/whatacold/libae
Last synced: about 2 months ago
JSON representation
The Redis network library
- Host: GitHub
- URL: https://github.com/whatacold/libae
- Owner: whatacold
- Created: 2017-09-13T00:28:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T00:20:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T09:28:43.255Z (4 months ago)
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libae, the simple network library extracted from `Redis`
## Source files
- `ae*.[ch]`, extracted from `Redis` 4.0.1 release without any changes.
- `config.h`, compilation config macro for libae.
- `zmalloc.h`, definitions for memory management functions: `zmalloc`, `zrealloc`, `zcalloc` and `zfree`.
- `rot13d.c`, an example of ROT13 server, modified from [ROT13 server in libevent book](http://www.wangafu.net/~nickm/libevent-book/01_intro.html)。## Library Documentation
- [Redis Event Library – Redis](https://redis.io/topics/internals-rediseventlib)