2.2.3 • Published 11 months ago
ssca v2.2.3
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! 🥰