Open slact opened 7 years ago
It seems that redis does have a provisional uri scheme: https://www.iana.org/assignments/uri-schemes/prov/redis
Also note the rediss
scheme which is used for redis over TLS (see https://www.iana.org/assignments/uri-schemes/prov/rediss)
Please try and implement everything under the 'Scheme semantics' section.
Didn't realize someone's already added a provisional rediss
, even though redis still doesn't support TLS connections. According to https://github.com/antirez/redis/issues/2178 , redis-rb already added support for it, so I don't see why lredis should skip it. I'll add this in.
redis-url-parsing connect() and HGETALL and HMGET wrappers to return hash entries in a table