# simple_redis **Repository Path**: rust_demo_1/simple_redis ## Basic Information - **Project Name**: simple_redis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple_redis #### 介绍 一个简易的使用rust实现的redis-server。 支持的数据结构:string , 支持的命令: set key value , get key , select db_index , 支持aof备份: Always, EverySec(默认) 支持指定端口(默认6379) 客户端使用redis-cli