Add options for select database on redis storage

This commit is contained in:
Rezza Kurniawan 2020-04-03 13:18:22 +07:00
parent 6e874128e8
commit 752e99f375
2 changed files with 356 additions and 1 deletions

View file

@ -6,7 +6,7 @@ use InvalidArgumentException;
use Prometheus\Storage\Adapter;
use Prometheus\Storage\APC;
use Prometheus\Storage\InMemory;
use Prometheus\Storage\Redis;
use Superbalist\LaravelPrometheusExporter\Storage\Redis;
class StorageAdapterFactory
{