Skip to content

Commit

Permalink
[dist] 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Oct 16, 2012
1 parent d4e7fde commit 132be99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
0.1.2
- Returning an error when the Memcached server issues a NOT_STORED response.

0.1.1 0.1.1
- Now using 3rd-Eden/jackpot as connection pool, this should give a more stable - Now using 3rd-Eden/jackpot as connection pool, this should give a more stable
connection. connection.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "memcached" "name": "memcached"
, "version": "0.1.1" , "version": "0.1.2"
, "author": "Arnout Kazemier" , "author": "Arnout Kazemier"
, "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future." , "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future."
, "main": "index" , "main": "index"
Expand Down

0 comments on commit 132be99

Please sign in to comment.