Skip to content

Commit

Permalink
correct evictions statistics docs
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@561 b0b603af-a30f-0410-a34e-baf09ae79d0b
  • Loading branch information
lindner committed May 29, 2007
1 parent 7b573c2 commit 772a6ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2007-05-29 Paul Lindner <[email protected]>

* Properly document evictions statistic value

2007-05-10 Paul Lindner <[email protected]>

* Flesh out tests for unix domain sockets and binary data.
Expand Down
4 changes: 2 additions & 2 deletions doc/protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ get_hits 64u Number of keys that have been requested and
found present
get_misses 64u Number of items that have been requested
and not found
evictions 64u Number of items removed from cache because
they passed their expiration time
evictions 64u Number of valid items removed from cache
to free memory for new items
bytes_read 64u Total number of bytes read by this server
from network
bytes_written 64u Total number of bytes sent by this server to
Expand Down

0 comments on commit 772a6ca

Please sign in to comment.