Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such option 'proto' #77

Closed
ligurio opened this issue Dec 1, 2021 · 0 comments
Closed

No such option 'proto' #77

ligurio opened this issue Dec 1, 2021 · 0 comments

Comments

@ligurio
Copy link
Member

ligurio commented Dec 1, 2021

In README:

proto - the protocol, one of negotiation, binary or text).

tarantool> mc = require('memcached')
---
...

tarantool> mc.create('instance', '127.0.0.1:8080', { proto = 'text'})
---
- error: No such option 'proto'
...

tarantool> 

Version: 617478d

ligurio added a commit that referenced this issue Dec 1, 2021
- Fixed a number of typos
- Added syntax highlighting for snippets with code
- Fixed incorrect option name for memcached protocol. README described
`proto`, but in file `memcached/init.lua` used name `protocol`

Fixes #77
@ligurio ligurio closed this as completed in dad9dcb Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant