storages
storages copied to clipboard
feat: add autoParseDates option to RedisAdapter
When you put dates in the session, they are serialized to a string in a ISO 8601 format to be stored in redis
when retrieving the session from redis the date fields are kept as strings.
Adding an option to automatically convert the ISO 8601string to dates.