Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathm85 committed Oct 20, 2023
1 parent 634572b commit 906e471
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log.

## (2023-10-20)

### Features

* **memcache-client:**
* add noDelay option which allows whether to enable `TCP_NODELAY` on connections to decrease latency
* add keepAlive option and enable SO_KEEPALIVE by default
* add new client test cases for noDelay and keepAlive options

## (2023-07-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/memcache-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memcache-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "NodeJS memcached client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 906e471

Please sign in to comment.