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

Removing dependency on redis and mongodb modules #17

Closed
wants to merge 6 commits into from

Conversation

geek
Copy link
Member

@geek geek commented Dec 29, 2012

Closes #14

@@ -8,6 +8,9 @@ Multi-strategy object caching service

The provided implementation includes support for Redis, MongoDB, and an experimental memory store (each must be manually installed and configured). _'Catbox'_ is useful for conveniently managing item cache rules and storage.

### Installing the appropriate module dependency

The mongodb and redis modules are currently used only in a development environment. Therefore, to use _'Catbox'_ in production you will need to manually install the `mongodb` or `redis` modules. This can be accomplished by running the command `npm install mongodb` or `npm install redis`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...or by adding the module used to your application's package.json.

@hueniverse hueniverse closed this Jan 26, 2013
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants