Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sectasy0 committed Dec 14, 2023
1 parent b814aa3 commit 52355a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Crafted using Zig, a versatile, modern, compiled programming language, `zcached`

## Installation
### Prerequisites
- [Zig](https://ziglang.org/download/) (0.11.0 or newer)
- [zig](https://ziglang.org/download/) (0.11.0 or newer)

### Building from Source
1. Clone the repository
Expand Down Expand Up @@ -67,8 +67,9 @@ echo "*2\r\n\$3\r\nGET\r\n\$9\r\nmycounter\r\n" | netcat -N localhost 7556
- [ ] Ability to set a TTL for a key.
- [ ] Logging commands (to be able to replay data inside the server if it crashes).
- [ ] Server events logging.
- [ ] Configurable server (port, max clients, max memory, etc.).
- [+] Configurable server (port, max clients, max memory, etc.).
- [ ] Client side library.
- [ ] Encrypted connections, e.g TLS 1.3 or use QUIC (Currently there is no server-side support for TLS in zig).

## Release History
* unreleased
Expand Down

0 comments on commit 52355a5

Please sign in to comment.