Stars
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
A distribution of Nginx with some advanced features
A modern, portable, easy to use crypto library.
A fast, light-weight proxy for memcached and redis
Embed the Power of Lua into NGINX HTTP servers
Eclipse Mosquitto - An open source MQTT broker
A high-performance and stable proxy for MySQL, it is developed by Qihoo's DBA and infrastructure team
DPVS is a high performance Layer-4 load balancer based on DPDK.
Official repository for mtr, a network diagnostic tool
add the feature of tcp proxy with nginx, with health check and status monitor
Nginx Development Kit - an Nginx module that adds additional generic tools that module developers can use in their own modules
OpenWrt Patch for HiWiFi HC5661 / HC5761 / HC5861
Fork from official nginx-1.12.2, and run on the dpdk user space TCP/IP stack(ANS"accelerated network stack").
A Nginx module to protect servers when system load or memory use goes too high.
grisha / thredis
Forked from redis/redisThredis is Threaded Redis. Thredis is a fork of Redis that allows for complex operations to be processed in parallel threads for better performance on multi-core systems. See thredis.org and README…