NAME

Plack::Session::Store::RedisFast::JSONXS - JSON::XS adapter for Redis session store.

DESCRIPTION

JSON::XS-based implementation of "inflate" in Plack::Session::Store::RedisFast and "deflate" in Plack::Session::Store::RedisFast.

SYNOPSIS

use Plack::Session::Store::RedisFast::JSONXS;

my $encoder = Plack::Session::Store::RedisFast::JSONXS->new;

my $bytes = $encoder->encode( $hashref );

my $hashref2 = $encoder->decode( $bytes );

DESCRIPTION

Used by default.

METHODS

new

Plack::Session::Store::RedisFast::JSONXS->new;