Global cache Redis.

This commit is contained in:
sergiotarxz 2023-06-20 21:38:06 +02:00
parent 3120a58e86
commit 5ab2381ad3

View File

@ -13,8 +13,8 @@ use LasTres::Schema;
our $VERSION = $LasTres::Schema::VERSION;
{
my $self;
sub new {
my $self;
my $class = shift;
if (!defined $self) {
$self = $class->SUPER::new(@_);