redis_protocol
Protocol parser
An implementation of the Redis protocol in Python
Redis Protocol implemented by python
16 stars
4 watching
6 forks
Language: Python
last commit: almost 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jedp/python-redis-log | Publishes log messages to Redis pub/sub channels using Python. | 91 |
aembke/redis-protocol.rs | An implementation of the Redis protocol in Rust | 42 |
dwighthubbard/micropython-redis | A Redis client implementation designed for use with MicroPython on embedded microcontrollers. | 21 |
hoisie/redis | A Redis client library for the Go programming language | 591 |
kiddouk/redisco | A Python library for simple models and containers persisted in Redis. | 439 |
deldotdr/txredis | An asynchronous Redis client library for Twisted Python | 128 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
rhasspy/rhasspy-hermes | Provides Python classes for implementing the Hermes protocol in Rhasspy. | 2 |
wooga/eredis | An Erlang implementation of the Redis client with focus on performance and robustness. | 627 |
coleifer/walrus | A Python library that provides an extension to the popular Redis client, adding support for newer commands and integrating with other databases. | 1,152 |
nateware/redis-objects | A Ruby interface to Redis that maps data types to Ruby objects, enabling atomic operations and simplifying integration with existing ORMs. | 2,090 |
shomali11/xredis | A Go library providing a simple and type-safe interface to Redis | 19 |
stephenmcd/hot-redis | A Python library providing rich data types backed by Redis, enabling atomic network operations. | 290 |
perlredis/perl-redis | A Perl binding for Redis database | 108 |