From 15432452346781e2f60cb364a715ec70117a5a9e Mon Sep 17 00:00:00 2001 From: Patrick Pissurno Date: Fri, 21 Feb 2020 11:18:39 -0300 Subject: [PATCH] Added my Redis client to the list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 745ebff..5ae77e9 100644 --- a/README.md +++ b/README.md @@ -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. 🌊