Brad Fitzpatrick
|
799dd6f8c6
Merge pull request #15 from garyburd/patch-1
|
há 12 anos atrás |
Gary Burd
|
aed8a0d0be
Update documentation link in README.md
|
há 12 anos atrás |
Brad Fitzpatrick
|
e952ca00c1
Merge pull request #13 from asim/master
|
há 12 anos atrás |
Asim Aslam
|
e7a12e6eb5
Fix connection leak. Use net.Addr.String() as freeconn map key. When the function SetServers is called the ServerList is replaced by a new set of net.Addr interfaces which no longer match those used as keys for the freeconn map. The underlying data structure is usually a TCPaddr or UnixAddr pointer. Go's equality operation on the map keys looks at the underlying pointer and thinks they are not the same so continues to create new connections assuming it does not have any free.
|
há 12 anos atrás |
craigmj
|
82fef77911
Added documentation to the Touch method.
|
há 12 anos atrás |
craigmj
|
f872c089c0
Added testing of Touch to memcache_test.go
|
há 12 anos atrás |
craigmj
|
486cdcf4d7
Added TOUCH support
|
há 12 anos atrás |
Brad Fitzpatrick
|
2aa650701b
Merge pull request #10 from d2fn/master
|
há 13 anos atrás |
Dietrich Featherston
|
fed7323a51
parse headers with or without a cas id (for kestrel, etc)
|
há 13 anos atrás |
Rob Figueiredo
|
65b17693e0
go fmt
|
há 13 anos atrás |
Rob Figueiredo
|
2ec1fd6256
Add Replace operation
|
há 13 anos atrás |
Brad Fitzpatrick
|
66c15b06fe
Merge pull request #5 from jgrahamc/master
|
há 13 anos atrás |
John Graham-Cumming
|
b198fc8c17
Close connections that are being discarded
|
há 13 anos atrás |
John Graham-Cumming
|
1c05224a56
Fix a problem where an error in onItem could result in a bad connection being reused
|
há 13 anos atrás |
Brad Fitzpatrick
|
8f3468c583
Merge pull request #4 from codemartial/master
|
há 13 anos atrás |
Tahir Hashmi
|
37d535ec60
Replaced 'goinstall' with 'go get'
|
há 13 anos atrás |
Brad Fitzpatrick
|
345e5c6ad1
use SetDeadline
|
há 14 anos atrás |
Brad Fitzpatrick
|
e76709e482
doc link updates
|
há 14 anos atrás |
Brad Fitzpatrick
|
95f9a84cec
remove makefile; use the go tool
|
há 14 anos atrás |
Brad Fitzpatrick
|
9282f3ff26
updates to time.Duration
|
há 14 anos atrás |
Brad Fitzpatrick
|
521adf1024
doc update
|
há 14 anos atrás |
Brad Fitzpatrick
|
0780803fad
gofix
|
há 14 anos atrás |
Brad Fitzpatrick
|
3d39f3a295
Merge pull request #1 from rhencke/master
|
há 14 anos atrás |
Robert Hencke
|
0b516e94a7
remove extra %d in printf
|
há 15 anos atrás |
Brad Fitzpatrick
|
f6151f4064
Unix socket support.
|
há 15 anos atrás |
Brad Fitzpatrick
|
5a924ae1a1
Unix socket support.
|
há 15 anos atrás |
Brad Fitzpatrick
|
08613593d6
remove App Engine reference
|
há 15 anos atrás |
Brad Fitzpatrick
|
8e208d84a7
Add Increment & Decrement
|
há 15 anos atrás |
Brad Fitzpatrick
|
71d4772f53
ditch DeleteLock, it's old
|
há 15 anos atrás |
Brad Fitzpatrick
|
60179d60f0
Remove the auto-generated godoc. These will only rot.
|
há 15 anos atrás |