redis-macros 0.4.0

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

## [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