storages icon indicating copy to clipboard operation
storages copied to clipboard

feat: add autoParseDates option to RedisAdapter

Open zivni opened this issue 6 months ago • 0 comments

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.

zivni avatar Aug 27 '24 08:08 zivni