# go-mute-cache **Repository Path**: elzatahmed/go-mute-cache ## Basic Information - **Project Name**: go-mute-cache - **Description**: multi-threaded transaction enabled cache system implemented with go programming language - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-14 - **Last Updated**: 2023-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multi-Threaded Transaction Enabled Cache System mutecache system is designed to enable multi-threading and transactions in cache systems. * To configure server, please open `mutecache/config/config.yaml` * To start the server, run command `make server` * To start the cli program, run command `make client`