rotom
Redis server
A high-performance Redis server written in Go, implementing the core event loop mechanism AeLoop.
A tiny Redis server built with Golang, compatible with RESP protocols.
41 stars
6 watching
4 forks
Language: Go
last commit: 6 days ago
Linked from 1 awesome list
aeloopdbepollgogolangredisresptinyredis
Related projects:
Repository | Description | Stars |
---|---|---|
shomali11/xredis | A Go library providing a simple and type-safe interface to Redis | 19 |
bsm/redeo | A high-performance framework for building TCP servers/services compatible with Redis protocol | 440 |
piaohao/godis | A Go library implementing Redis clients with features like cluster support, pipelines, transactions, and distributed locks. | 111 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
hoisie/redis | A Redis client library for the Go programming language | 591 |
xerox-xeon/lua-redis-admin | A Redis client tool with web interface for editing and managing Redis data | 34 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
kristoff-it/zig-okredis | A client library for interacting with Redis 6+ servers using a zero-allocation design | 213 |
zio/zio-redis | A ZIO-based client for the Redis in-memory data store | 123 |
mat2cc/redis_tui | A terminal-based Redis client that allows users to interact with a Redis database using a simple command-line interface. | 94 |
amakawa/redic | A lightweight Ruby client for Redis with features like pipelining and timeout configuration. | 120 |
heroku/redo | A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features. | 19 |
wooga/eredis | An Erlang implementation of the Redis client with focus on performance and robustness. | 627 |
opengems/redis_web_manager | A web-based management interface for Redis instances | 172 |
artemeff/redis | Provides Redis client functionality in Elixir for sending commands to Redis servers | 358 |