Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
feat: momento proxy (twitter#415)
Browse files Browse the repository at this point in the history
Initial commit of a memcache to momento proxy which parses memcache
get/set requests and fulfills them using the Momento cache client.

Co-authored-by: eaddingtonwhite <5491827+ellery44@users.noreply.github.com>
Co-authored-by: Erika Tharp <eems0926@gmail.com>
Co-authored-by: eaddingtonwhite <5491827+eaddingtonwhite@users.noreply.github.com>
Co-authored-by: erikatharp <eem@momentohq.com>
  • Loading branch information
5 people committed May 16, 2022
1 parent 7a4e1a0 commit bdb8918
Show file tree
Hide file tree
Showing 27 changed files with 2,405 additions and 126 deletions.
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071",
"RUSTSEC-2020-0159",
"RUSTSEC-2021-0127",
"RUSTSEC-2022-0013",
]
7 changes: 4 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: cargo audit
run: |
cargo install cargo-audit
cargo audit
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@ compile_commands.json
/core
CMAKE_BINARY_DIR

# CMake generates a .cargo/config which is specific to the local
# setup. We don't want to include it within the repo
.cargo

# Cargo build directory
/target
/target

0 comments on commit bdb8918

Please sign in to comment.