Releases: hiett/serverless-redis-http
Releases · hiett/serverless-redis-http
0.0.10
11 May 21:43
Compare
Sorry, something went wrong.
No results found
Ability to configure the port the server runs on via the env var SRH_PORT.
Ability to make the server listen on ipv6 with the env var SRH_IPV6 = true
0.0.9
11 Oct 16:20
Compare
Sorry, something went wrong.
No results found
Improved pool handling when Redis connection has failed, prevents a hanging broken pool, and more aggressively creates a new pool
Added in Redis SSL support, automatically enabled for connection strings starting in rediss://
0.0.8
03 Aug 22:42
Compare
Sorry, something went wrong.
No results found
Improvements to error handling, general DX, and clean up of server code.
0.0.7
03 Aug 01:15
Compare
Sorry, something went wrong.
No results found
0.0.6
16 Jul 17:04
Compare
Sorry, something went wrong.
No results found
0.0.5
30 Mar 20:41
Compare
Sorry, something went wrong.
No results found
Support for environment variables that connect to the redis instance rather than just the file mode,
Support for Upstash's responseEncoding
Support for GitHub service containers.
0.0.4
07 Oct 16:05
Compare
Sorry, something went wrong.
No results found
0.0.4 contains no code changes, but contains a new build that can run on arm64 / M1 macs.
0.0.3
07 Sep 23:24
Compare
Sorry, something went wrong.
No results found
Hotfix for an issue where the client connections weren't getting destroyed properly.
0.0.2
01 Sep 14:12
Compare
Sorry, something went wrong.
No results found
Redis transaction support (via /multi-exec). Automatically wraps the command array in MULTI & EXEC, so don't provide them.
Fixed an issue where the responses on errors weren't always coming in with the application/json header
0.0.1
01 May 16:35
Compare
Sorry, something went wrong.
No results found
Initial release. On Docker Hub.