Skip to content

Releases: hiett/serverless-redis-http

0.0.10

11 May 21:43
794c5a3

Choose a tag to compare

  • 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
d1b22d9

Choose a tag to compare

  • 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
e8a4156

Choose a tag to compare

Improvements to error handling, general DX, and clean up of server code.

0.0.7

03 Aug 01:15
2dbe17d

Choose a tag to compare

  • Improved connection error handling

thanks to support from https://github.com/jahands

0.0.6

16 Jul 17:04
691cebf

Choose a tag to compare

0.0.5

30 Mar 20:41
ca860d1

Choose a tag to compare

  • 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
4e9f359

Choose a tag to compare

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
224c2b5

Choose a tag to compare

Hotfix for an issue where the client connections weren't getting destroyed properly.

0.0.2

01 Sep 14:12
31b770c

Choose a tag to compare

  • 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

Choose a tag to compare

Initial release. On Docker Hub.