Skip to content

Conversation

jvdweerthof
Copy link

Fixes the issue where in some use cases an error was thrown when replacing a previously set item.

Reproduce with:
var Cache = require( "lru-cache-cluster" )();
Cache.set('test', 1);
Cache.set('test', 2);

Result:
TypeError: undefined is not a function

Fixes the issue where in some use cases an error was thrown when replacing a previously set item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant