Skip to content

Fix example response for stale metaset#14

Open
mszabo-wikia wants to merge 1 commit intomemcached:mainfrom
mszabo-wikia:fix-stale-set-response
Open

Fix example response for stale metaset#14
mszabo-wikia wants to merge 1 commit intomemcached:mainfrom
mszabo-wikia:fix-stale-set-response

Conversation

@mszabo-wikia
Copy link

From some quick testing this seems to yield HD not ST:

$ printf 'mg foo t c f v\r\n' | nc -N 127.0.0.1 11213
VA 3 t3572 c21 f0
w4t
$ printf 'ms foo 3 T3600 C20 I\r\nw5t\r\n' | nc -N 127.0.0.1 11213
HD
$ printf 'mg foo t c f v\r\n' | nc -N 127.0.0.1 11213
VA 3 t3549 c22 f0 X W
w5t

protocol.txt also doesn't mention an ST response for metasets.

From some quick testing this seems to yield `HD` not `ST`:
```
$ printf 'mg foo t c f v\r\n' | nc -N 127.0.0.1 11213
VA 3 t3572 c21 f0
w4t
$ printf 'ms foo 3 T3600 C20 I\r\nw5t\r\n' | nc -N 127.0.0.1 11213
HD
$ printf 'mg foo t c f v\r\n' | nc -N 127.0.0.1 11213
VA 3 t3549 c22 f0 X W
w5t
```

protocol.txt also doesn't mention an `ST` response for metasets.
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

Successfully merging this pull request may close these issues.

1 participant