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

Change-Id: If4081c78030461ca8e60152673cec96fe489375a
mr9.5.1
Rene Krenn 5 years ago
parent 505341d027
commit 8d96ddcc85

@ -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