patrickpissurno / vredis

Redis client for V, written in V
MIT License
67 stars 10 forks source link

Does this lib support connection pool? #1

Closed IterableTrucks closed 3 years ago

ralyodio commented 3 years ago

i think this project is dead.

patrickpissurno commented 3 years ago

Answering the OP: "Does this lib support connection pool?"

Not at the moment. This is just a simple implementation of the Redis protocol, because at the time I wrote this, there was no Redis client for V. It could be enhanced to support connection pool and more advanced features, though. I just don't have time to do so at the moment.

This project isn't dead.

However, as the V spec changed significantly, there are a lot of changes that have to be done in order for it to be compatible with the current version.

Even though I don't have time at the moment to learn about all the new changes and how to do the required work, this repo is still a nice open-source example on how to interface with the Redis protocol.

Feel free to open a PR with the required changes and I'll happily review it and accept it.