From 8d96ddcc850b8caadfe224a18961acf62e042eec Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Wed, 26 May 2021 16:24:38 +0200 Subject: [PATCH] TT#118151 fix mr7.5.5 redis "location" db DAO key versioning prefix Change-Id: If4081c78030461ca8e60152673cec96fe489375a --- lib/NGCP/BulkProcessor/Redis/Trunk/location/entry.pm | 2 +- lib/NGCP/BulkProcessor/Redis/mr755/location/entry.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NGCP/BulkProcessor/Redis/Trunk/location/entry.pm b/lib/NGCP/BulkProcessor/Redis/Trunk/location/entry.pm index 542ed1f..5af5e11 100644 --- a/lib/NGCP/BulkProcessor/Redis/Trunk/location/entry.pm +++ b/lib/NGCP/BulkProcessor/Redis/Trunk/location/entry.pm @@ -26,7 +26,7 @@ our @EXPORT_OK = qw( my $get_store = \&get_location_store; -my $table = 'location:entry'; +my $table = '1:location:entry'; my $type = $NGCP::BulkProcessor::NoSqlConnectors::RedisEntry::HASH_TYPE; my $get_key = sub { my ($ruid) = @_; diff --git a/lib/NGCP/BulkProcessor/Redis/mr755/location/entry.pm b/lib/NGCP/BulkProcessor/Redis/mr755/location/entry.pm index 9ea3331..b351608 100644 --- a/lib/NGCP/BulkProcessor/Redis/mr755/location/entry.pm +++ b/lib/NGCP/BulkProcessor/Redis/mr755/location/entry.pm @@ -26,7 +26,7 @@ our @EXPORT_OK = qw( my $get_store = \&get_location_store; -my $table = 'location:entry'; +my $table = '1:location:entry'; my $type = $NGCP::BulkProcessor::NoSqlConnectors::RedisEntry::HASH_TYPE; my $get_key = sub { my ($ruid) = @_;