1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add Coachonko/redis (#194)

This commit is contained in:
Coachonko 2023-08-05 19:13:57 +02:00 committed by GitHub
parent 0150cf8058
commit e9e38f9ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@
### Database clients
- [redis](https://github.com/Coachonko/redis) - Connect and interface with Redis-compatible databases.
- [redis](https://github.com/patrickpissurno/vredis) - Redis client for V, written in V.
- [vmemcached](https://github.com/blacktrub/vmemcached) - Memcached client for V, written in V.
- [vsql](https://github.com/lydiandy/vsql) - A sql query builder for V.