This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package pieces; | |
| import java.util.LinkedHashMap; | |
| import java.util.Map; | |
| /** | |
| * @description: | |
| * redis内存淘汰机制: | |
| * 场景MACRO:当写入期间内存不足时 | |
| * |