# keystack **Repository Path**: mirrors_nicolasff/keystack ## Basic Information - **Project Name**: keystack - **Description**: A minimalist persistent key/value store. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README About ----- Keystack is a very simple key/value store. It supports GET, SET, and DELETE commands. Commands are written to an append-only log that is rewritten at startup. Only a binary protocol is available.