Commit Graph

130 Commits (eb4f9f6b2f44f94b24f25173e58ffb8fa5c4f37e)
 

Author SHA1 Message Date
Patrick Mylund Nielsen 0ff0a883b5 Notes on cache serialization
Patrick Mylund Nielsen 98c2ce9eb4 Cache serialization
Patrick Mylund Nielsen d05b5eb27a Fixed widths in top section of cache.go
Patrick Mylund Nielsen a4f5f9088b Fix README line width
Patrick Mylund Nielsen ac1a1aeef9 Increment should return an error if the targeted item has expired
Patrick Mylund Nielsen e5b84e20fc Overflow/underflow tests
Patrick Mylund Nielsen 51add1d44d Added LICENSE (MIT license)
Patrick Mylund Nielsen 3a434fd350 Add import statement to examples
Patrick Mylund Nielsen ac4bda9dea BenchmarkCacheSetDeleteSingleLock to get an idea of mutex impact
Patrick Mylund Nielsen e46251e025 A few benchmarks vs. normal maps
Patrick Mylund Nielsen 9e6775b151 Back to weekly
Patrick Mylund Nielsen 62a061f1f4 Add/Replace atomicity for r60.3
Patrick Mylund Nielsen e6e2a3d192 Complete atomicity for Add and Replace
Patrick Mylund Nielsen 88b75b4791 Unclear about type assertion in pointer example
Patrick Mylund Nielsen c6060554ee Back to following weekly
Patrick Mylund Nielsen 1f826dd9de Compatability with 60.3
Patrick Mylund Nielsen e68e585c61 Even better spacing
Patrick Mylund Nielsen 783e6df827 Nicer spacing in library reference
Patrick Mylund Nielsen 9fbe1a4edd Library reference in README
Patrick Mylund Nielsen c84223dab4 Typo
Patrick Mylund Nielsen 8f430150d6 Expires bool is redundant with pointer to Time
Patrick Mylund Nielsen 99360acb31 V should be Item
Patrick Mylund Nielsen 746fe067c4 Delete and Flush tests
Patrick Mylund Nielsen 741c94726a Added README
Patrick Mylund Nielsen ca7e0d4f78 gofmt and redundant 'if it was enabled'
Patrick Mylund Nielsen ac5b195364 store/cache
Patrick Mylund Nielsen a78bca69e4 Added Add and Replace commands
Patrick Mylund Nielsen 2a304e4c5c Added Increment/Decrement
Patrick Mylund Nielsen 848f8b6c3a Clarification about storing pointers; renamed Purge to Flush (like Memcache)
Patrick Mylund Nielsen 3088a9aad8 Initial commit