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

refactor(cache): move to x #37

Merged
merged 1 commit into from
Dec 19, 2023
Merged

refactor(cache): move to x #37

merged 1 commit into from
Dec 19, 2023

Conversation

flc1125
Copy link
Member

@flc1125 flc1125 commented Dec 19, 2023

No description provided.

Copy link

what-the-diff bot commented Dec 19, 2023

PR Summary

  • Gitignore File Update
    The .gitignore file, which helps control which files get tracked by our version control system, was updated to exclude a _backup directory. This means that files in the _backup directory will be ignored and stay untracked providing a cleaner working environment.

  • Deletion of Old System Cache Files
    Several related files were removed from the cache directory including manager.go, manager_test.go, redis/store.go, redis/store_test.go, repository.go, repository_test.go, and util.go. These files previously served to manage the cache of our system, helping it retrieve data faster.

  • Structure Refinement & New Directories
    A new directory named x was established. This directory also contains a simple README.md file that would typically hold information about the directory, and a subdirectory, x/cache.

  • Introduction of New Cache System
    Within the new x/cache directory, a few files were added: redis/store.go, redis/store_test.go, repository.go. These files represent a new approach to our caching system, effectively replacing the old system that was removed.

  • File Renaming for Better Organization
    A file previously named contract/cache/store.go was renamed and moved into the new directory structure for better terminology consistency and organization. It is now located at x/cache/store.go.

@flc1125 flc1125 merged commit 285932e into master Dec 19, 2023
4 checks passed
@flc1125 flc1125 deleted the r-cache branch December 19, 2023 08:35
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