2.2.3 • Published 11 months ago

ssca v2.2.3

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

SSCA (super seyfert cache adapter)

Custom cache adapter for Seyfert.

⚠️ Caution

You need Seyfert V2 for this package, you can install Seyfert v2 from their official repo.

Installation

bun add ssca

or pnpm...

pnpm add ssca

Usage

import { Client } from "seyfert";
import { SSCAdapter } from "ssca";

const seyfertClient = new Client(); // Create your client.

seyfertClient.setServices({
    cache: {
        adapter: new SSCAdapter()
    }
})

// That's it! Now you can use Seyfert with your new upgraded cache adapter!

Contributing

I appreciate contributions a lot, you are welcome to do so! 🥰

2.2.3

11 months ago

2.1.3

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

0.1.2

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago