Giter VIP home page Giter VIP logo

sugar-cache's People

Contributors

ramyak-mehra avatar saurusxi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ramyak-mehra

sugar-cache's Issues

Cache eviction under LRU scheme some times does not evict oldest value

This can be verified by running the tests and then manually querying your redis instance for entries present in the zset. You'll find that sometimes the second to last or third to last (or some other old) entry has been evicted instead of the oldest, as should be done under LRU eviction scheme. This is also the reason behind the eviction tests some times failing.

Improve documentation

The methods and their expected behaviour is lacking proper documentation. This package needs to do a better job of explaining the what each method does, what behaviour to expect with decorators, namespaces, cache eviction etc.

Add debug logging support

Add the ability for library callers to optionally pass in a logger object and print debug logs to that object

`get` adds value to scoreSet

get adds value to scoreSet, leaving set to clean it up. This can be avoided by adding XX option to ZADD command

Add support for other eviction schemes

Presently this library only supports LRU caching. We'd want to support other cache eviction schemes also, including (but not limited to) LFU, FIFO, LIFO, RRIP.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.