Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing this up to Crystal 1.9.2 compatibility: #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

akitaonrails
Copy link

  • adding types for all methods and arguments
  • adding 'fetch(key, &block)' feature
  • adding expires_in default option to all stores that support it
  • implementing expires support for the MemoryStore
  • making all specs pass
  • updating benchmark to pass

- adding types for all methods and arguments
- adding 'fetch(key, &block)' feature
- adding expires_in default option to all stores that support it
- implementing expires support for the MemoryStore
- making all specs pass
- updating benchmark to pass
…imes it errors out as 'value has no type' and trying to force with '.as(String)' crashes the compiler. But rearranging like this make it work
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