[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: associative array
From: |
Andreas Weber |
Subject: |
Re: associative array |
Date: |
Thu, 26 Mar 2020 21:08:56 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
Am 26.03.20 um 21:00 schrieb Francesco Potortì:
> I need an associative array, and I tried with structs, with the field
> names as keys.
Perhaps https://github.com/markuman/go-redis
Online documentation:
https://markuman.gitlab.io/go-redis/usage/basics.html
I would give it a try.
Of course you can host redis on your own host
-- Andy