Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

TopGunBuild/topgun-redis-adapter

Repository files navigation

💾 topgun-redis-adapter

Standard TopGun Graph Adapter interface for Redis

semantic-release npm bundlephobia License: MIT

Install

npm install topgun-redis-adapter

How to use adapter

import { TGServer } from 'topgun/server';
import { createRedisAdapter } from 'topgun-redis-adapter';

const server = new TGServer({
    adapter: createRedisAdapter(),
    port: 8765
});

License

MIT

About

⚠️ Archived. See github.com/TopGunBuild/topgun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published