Projects
Select a project to explore its internal execution flows.
All Projects

Valkey
CValKey is the linux foundation backed fork of Redis meant to be truly open source.

Redis
CRedis is an open source in-memory data structure store, used as a database, cache, and message broker. Majority of the Redis flows are similar to that of Valkey.

Nginx
CNginx is a high performance web server, reverse proxy and load balancer.

PostgreSQL
CMost advanced and widely used open source relational database management system

SQLite
CEmbedded Database. The world's most deployed database engine; it’s serverless, zero-config, and lives entirely within a single file on your disk.

Mysql
C++The most popular open-source relational database globally.

RocksDB
C++Embedded library that provides a persistent key-value store for fast storage.

Memcached
CMemcached is a high performance in memory key value store

LMDB
CLightening memory DB is an ultra-fast, tiny, B+ tree-based database that maps data directly into memory for near-instant access.

WiredTiger
CHigh performance and multithreaded Storage Engine for Mongodb

Aerospike server
CAerospike is a high performance NoSQL database optimized for SSDs. It scales to Petabytes of data.

Varnish-cache
CAn HTTP accerator and reverse proxy that sits in front of web servers to cache content and serve it at lightning speeds.
Jemalloc
CJemalloc is a specialized memory allocator (a replacement for malloc) designed to reduce fragmentation and improve concurrency in heavy applications
jq
CJQ a lightweight tool used to slice, filter, and transform JSON data with ease.
ValkeyJson
C++ValkeyJson is a module for Valkey that allows you to store, query, and manipulate JSON documents natively within Valkey.

Unqlite
CEmbedded Nosql DB inspired from Sqlite. Focussed on JSON documents and key value pairs
redis-py
Pythonredis-py is a Python client for Redis

Valkey
ValKey is the linux foundation backed fork of Redis meant to be truly open source.
Available Flows
7 flowsShows the flow of Valkey Server booting up and handling basic Set/Get and HSet/HGet commands.
Shows the flow of Replicaion from Primary to Replica in standalone mode.
Shows the flow of Replicaion from Primary to Replica in cluster mode.
Shows the flow of Replicaion from Primary to Replica in cluster mode.
Shows the flow of IO threads in Valkey.
Autosave, Save, BGSave.
Autosave, BGREWRITEAOF.