Skip to content

Commit 44fb192

Browse files
authored
Update README.md
1 parent 5af33d6 commit 44fb192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Provides a useful session handler using memcached for php
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0a0cea977f37463db99d0e2380155511)](https://www.codacy.com/app/Idrinth/PhpMemcachedSession?utm_source=github.com&utm_medium=referral&utm_content=Yet-Another-Web-Stack/Session-PHP-Memcached&utm_campaign=Badge_Grade)
5+
[![Code Climate](https://codeclimate.com/github/Yet-Another-Web-Stack/Session-PHP-Memcached/badges/gpa.svg)](https://codeclimate.com/github/Yet-Another-Web-Stack/Session-PHP-Memcached)
56

67
This project requires either Memcached to work as a storage medium. memcache can be made to work, but will unlikely be the system of choice for most users.
78

@@ -26,4 +27,4 @@ The required and proposed defaults can be set with the Configuration-Class.
2627
* memcache_user: no default, only use if the memcache is password protected
2728
* memcache_password: no default, only use if the memcache is password protected
2829
* serializer: a callable to serialize the session
29-
* unserializer: a callable to unserialize the session
30+
* unserializer: a callable to unserialize the session

0 commit comments

Comments
 (0)