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