Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## [1.1.1](https://github.com/alexzel/iomem/compare/v1.1.0...v1.1.1) (2023-01-25) | ||
### Bug Fixes | ||
* readme has to point the client arguments at a first place ([20ce035](https://github.com/alexzel/iomem/commit/20ce035651d0663ad42783eef1cbe17618e80a15)) | ||
## [1.1.0](https://github.com/alexzel/iomem/compare/v1.0.0...v1.1.0) (2023-01-25) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "iomem", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Memcached client with binary protocol support and multi keys commands", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,2 +40,11 @@ # `iomem` | ||
The constructor accepts two optional arguments - severs list and options object. | ||
```js | ||
const iomem = new Mem(['127.0.0.1:11211'], { timeout: 500, retries: 2 }) | ||
... | ||
``` | ||
See [Custom servers](#custom-servers) and [Options](#options) for more details. | ||
### Default | ||
@@ -42,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55265
409