# Functions

NewInMemory creates inmemory storage.
NewRedis creates new redis storage instance.
NewUUID generates new UUID v4.

# Variables

No description provided by the author

# Structs

No description provided by the author
Redis is redis storage implementation.

# Interfaces

Request describes recorded request and additional meta-data.
Session describes session settings (like response data and any additional information).
Storage is a Session's and Request's storage.