Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh-cho/vedis
RESP2-compatible Redis Server implementation in Java, with netty (for personal study)
https://github.com/sh-cho/vedis
netty redis redis-server
Last synced: 5 days ago
JSON representation
RESP2-compatible Redis Server implementation in Java, with netty (for personal study)
- Host: GitHub
- URL: https://github.com/sh-cho/vedis
- Owner: sh-cho
- Created: 2023-08-05T12:42:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T08:42:43.000Z (over 1 year ago)
- Last Synced: 2024-10-10T11:43:26.245Z (26 days ago)
- Topics: netty, redis, redis-server
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vedis
[![CI](https://github.com/sh-cho/vedis/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/sh-cho/vedis/actions/workflows/ci.yml)
> [!NOTE]
> This project is just for study. It is not intended to be used in production. :)RESP2-compatible Redis Server implementation in Java
Vedis is built with [netty](https://github.com/netty/netty).
## Supported protocols
- GET
- SET
- DEL
- SHUTDOWN## References
- ["켠 김에 PR까지 15화: Netty로 Redis 서버를 만들어 볼까?" by Trustin's Hands-on](https://www.youtube.com/watch?v=KNRofx1b8_M)
- [RESP protocol spec](https://redis.io/docs/reference/protocol-spec/)