From 4a4d3dc945fd7d83ed987b922a00db999dc54ed4 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 (cherry picked from commit 8d96ddcc850b8caadfe224a18961acf62e042eec) --- 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 542ed1f7..5af5e113 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 9ea33312..b351608f 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) = @_;