~sircmpwn/hare-redis

Redis client for Hare
Use uri::parse to attempt to connect to the provided hosts
Update strings::fromutf8 usage
Surface null values

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-redis
read/write
git@git.sr.ht:~sircmpwn/hare-redis

You can also use your local clone with git send-email.

#redis

This package provides an implementation of the Redis client protocol for Hare programs.

#Provided modules

  • redis: High-level Redis client
  • redis::resp2: Low-level RESP2 wire protocol implementation

#Installation

#From your distribution

The recommended name for this package is "hare-redis". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-redis/ add https://git.sr.ht/~sircmpwn/hare-redis master