Stars
A collection of (mostly) technical things every software developer should know about
A list of learning materials to understand databases internals
Firestorm is a Remote Shuffle Service, and provides the capability for Apache Spark and Apache Hadoop MapReduce applications to store shuffle data on remote servers
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
A Lua client library for the redis key value storage system.
A library that provides an embeddable, persistent key-value store for fast storage.
F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
A collection of postmortems. Sorry for the delay in merging PRs!
RedisShake is a Redis data processing and migration tool.
redis-full-check is used to compare whether two redis have the same data. Support redis version from 2.x to 7.x (Don't support Redis Modules).
What are the differences between the transaction isolation levels in databases? This is a suite of test cases which differentiate isolation levels.
NoSQL Redis and Memcache traffic generation and benchmarking tool.
Magically make your Redis data smaller with Zstandard compression.
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance conc…
Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment
TLA+ specification for the Raft consensus algorithm
Persists tmux environment across system restarts.
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,…