Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aligoren/simple_redis_client

It's a simple Redis client. It just sets values. This isn't a production-ready library.
https://github.com/aligoren/simple_redis_client

Last synced: 2 days ago
JSON representation

It's a simple Redis client. It just sets values. This isn't a production-ready library.

Awesome Lists containing this project

README

        

## About

Hi there! Don't even try to use this thing in your production environment.

You deserve to relax!

This shows how we can create a connection to external software that needs a TCP connection like Redis.

Each software may have different protocols. However, Redis uses this protocol.

## Resources

- https://redis.io/docs/reference/protocol-spec/
- https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md