in-memory lru cache of limited capacity
fix memLimit flag usage use megabytes as a unit for memory store capacity fix incorrect item rearrangement in lru cache use latest 1.x Go on trais
This commit is contained in:
committed by
Serge Zaitsev
parent
6d38ab6363
commit
1411b19ad2
@@ -1,7 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- master
|
||||
- "1.11.x"
|
||||
- "1.x"
|
||||
|
||||
env: GO111MODULE=on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user