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

Improve RedisCache & cache doc #1234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kylepw
Copy link
Contributor

@kylepw kylepw commented Jul 4, 2019

I made RedisCache more efficient/clean with less calls to the client and more Redis-specific logic. All tests.test_api.TweepyCacheTests tests pass with Redis server running on 127.0.0.1:11211 as specified.

I also added RedisCache to the tweepy namespace and the names of available caches to api.rst to clarify usage.

Let me know if there's anything else I should do.

@Harmon758 Harmon758 force-pushed the master branch 5 times, most recently from cf54e31 to d538993 Compare August 27, 2019 04:24
@Harmon758 Harmon758 added Documentation This is regarding the library's documentation Improvement This is regarding an improvement to an existing feature Tests This is regarding the library's tests labels Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation This is regarding the library's documentation Improvement This is regarding an improvement to an existing feature Tests This is regarding the library's tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants