redis-macros 0.4.3

Simple macros and wrappers to redis-rs to automatically serialize and deserialize structs with serde.
Documentation
# Changelog

## [Unreleased]

## [0.4.3] - 2024-12-27

### Updated

- Update dependencies to fix issue with punycode parsing in idna

## [0.4.2] - 2024-09-15

### Updated

- Change dependency version to be fixed for minor versions

## [0.4.1] - 2024-09-13

### Updated

- Update redis to 0.27
- Update deadpool-redis to 0.17

## [0.4.0] - 2024-07-29

### Updated

- Update for new redis-rs (by @kristoferb)
    - Update redis to 0.26
    - Update deadpool-redis to 0.16
- Update versions on other crates

## [0.3.0] - 2024-04-01

### Updated

- Update dependencies (by @negezor)

## [0.2.1] - 2023-07-05

### Added

- Support for generic structures

## [0.2.0] - 2023-07-02

### Changed

- Remove absolute references from macros, so it works with reexporting crates

## [0.1.1] - 2023-02-05

### Added

- Unit testing
- Feature testing and documentation with examples

### Changed

- Improve documentation

## [0.1.0] - 2023-01-30

### Added

- Derive macros for `redis` `FromRedisValue` and `ToRedisArgs` traits
- Wrapper type for unwrapping `Json` types
- Add automatic publishing to crates.io