TT#118151 fix mr7.5.5 redis "location" db DAO key versioning prefix

Change-Id: If4081c78030461ca8e60152673cec96fe489375a
(cherry picked from commit 8d96ddcc85)
mr8.1.1
Rene Krenn 5 years ago
parent 93b2ab2347
commit c31d2b1267

@ -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) = @_;

@ -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) = @_;

Loading…
Cancel
Save