File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ into using `tmpfs <http://eddmann.com/posts/storing-php-sessions-file-caches-in-
557557(warning: external resource), which can make your sessions blazing fast.
558558
559559DatabaseHandler Driver
560- ---------------------
560+ ----------------------
561561
562562The 'DatabaseHandler' driver uses a relational database such as MySQL or
563563PostgreSQL to store sessions. This is a popular choice among many users,
@@ -636,7 +636,7 @@ when it generates the code.
636636 issues.
637637
638638RedisHandler Driver
639- ------------------
639+ -------------------
640640
641641.. note :: Since Redis doesn't have a locking mechanism exposed, locks for
642642 this driver are emulated by a separate value that is kept for up
@@ -673,7 +673,7 @@ sufficient::
673673 public $sessionSavePath = 'tcp://localhost:6379';
674674
675675MemcachedHandler Driver
676- ----------------------
676+ -----------------------
677677
678678.. note :: Since Memcached doesn't have a locking mechanism exposed, locks
679679 for this driver are emulated by a separate value that is kept for
You can’t perform that action at this time.
0 commit comments