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

Added my Redis client to the list

This commit is contained in:
Patrick Pissurno 2020-02-21 11:18:39 -03:00 committed by GitHub
parent b72341042b
commit 1543245234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
- [Text processing](#text-processing)
- [Graphics](#graphics-1)
- [Web](#web-1)
- [Database clients](#database-clients)
- [Audio](#audio)
- [Operating System](#operating-system)
- [Automation](#automation)
@ -118,6 +119,10 @@
- [vweb](https://github.com/vlang/v/tree/master/vlib/vweb) - V's built-in web framework. Used by Vorum.
- [v-jsonrpc](https://github.com/nedpals/v-jsonrpc) - Basic JSON-RPC 2.0-compliant server written on V.
### Database clients
- [redis](https://github.com/patrickpissurno/vredis) - Redis client for V, written in V.
### Audio
- [vave](https://github.com/thecodrr/vave) - A crazy simple library for reading/writing WAV files in V. 🌊