KeyDB 6.3.4 Release Notes:
- Add keydb_modstatsd, a module for providing keydb stats to a local statsd server. Can be found under src/modules/keydb_modstatsd
- Fixed FreeBSD compile(Thanks to @bra-fsn)
- Fixed a bug in s3 bucket config that blocked startup(Thanks to Alexandre Chichmanian)
- Fixed a bug causing crash if keys command is called after a blocking command (Fixes issues #659, #605, #...