vapor / redis

Vapor provider for RediStack
MIT License
458 stars 57 forks source link

Allow customizing encoding and decoding of RedisCache values #197

Closed gwynne closed 2 years ago

gwynne commented 2 years ago

It is now possible to specify a custom Encoder and Decoder to use in place of JSONEncoder and JSONDecoder for storing and retrieving values cached in Redis via the Cache interface.

VaporBot commented 2 years ago

These changes are now available in 4.6.0