# kedis **Repository Path**: mirrors/kedis ## Basic Information - **Project Name**: kedis - **Description**: 1. Kedis-Server是什么 kedis-server是一个以RocksDB为存储引擎,支持Redis协议,并且支持大部分常用的Redis命令的一个持久化大容量kv存储服务 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/kedis - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2017-12-01 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kedis-Server -- A Redis Compatible persistance Nosql Kedis-Server is a Redis-Protocol compatible persistance NoSQL with RocksDB as its storage engine, support most Redis comamnds and those Reids complex data structure: string, list, hash, set, sorted set and hyperloglog ## Build Platform Linux Mac OS X (intel) Dependency: C++11 compiler, nothing more recommend install jemalloc, snappy for performance improvement How to build ./build.sh If everything is OK, the executable file will be in src/server/kedis-server. The server config file is in src/server/kedis.conf ## Run ./kedis-server -c ./kedis.conf After that, you can connect to server with any redis client, suck as redis-cli redis-cli -p 6379 set k v redis-cli -p 6379 get k ## Run The Test After build the server, you can run the test case with ./runtest.sh ## Supported Commands [Currrent supported Commands](doc/support_command.md) ## Architecture [Kedis-Server Deisgn Documentation](doc/kedis_server_design_en.md)