This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Profiler
Fabien Potencier 9f25451134 merged branch stephpy/redis_profiler (PR #6680)
This PR was merged into the master branch.

Commits
-------

d027f45 [PROFILER][REDIS] Support database, auth on redis connection

Discussion
----------

[PROFILER][REDIS] Support database, auth on redis connection

Bug fix: no
Feature addition: yes
Backwards compatibility break: no
Symfony2 tests pass: yes

Allow database and password on dsn:

```yml
framework:
    profiler:
        dsn: redis://127.0.0.1:6379
        dsn: redis://127.0.0.1:6379/3
        dsn: redis://user:password@127.0.0.1:6379/3
```

Since redis uses only password for authentification, user will not be used ...

---------------------------------------------------------------------------

by shouze at 2013-01-10T16:58:02Z

👍 db selection is a must have
2013-01-11 08:49:43 +01:00
..
BaseMemcacheProfilerStorage.php tweaked previous merge 2012-12-16 09:41:40 +01:00
FileProfilerStorage.php fixed CS 2012-12-20 08:41:17 +01:00
MemcachedProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
MemcacheProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
MongoDbProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
MysqlProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00
PdoProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Profile.php Added ability to search by time when using the profiler 2012-12-15 22:42:20 +02:00
Profiler.php Remove use of deprecated HttpKernel LoggerInterface 2013-01-09 10:52:29 +01:00
ProfilerStorageInterface.php tweaked previous merge 2012-12-16 09:41:40 +01:00
RedisProfilerStorage.php [PROFILER][REDIS] Support database, auth on redis connection 2013-01-10 17:46:24 +01:00
SqliteProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00