0.12.1 • Published 8 months ago

@forge/cache v0.12.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

Library for Forge environment.

Usage example:

import cache from "@forge/cache";

const cacheClient = cache.connect();

await cacheClient.set("hello", "3", { ttlSeconds: 30 });

const result = await cacheClient.setIfNotExists("hello", "3", { ttlSeconds: 30 });

const result = await cacheClient.get("hello");

const result = await cacheClient.getAndSet("hello", "3", { ttlSeconds: 30 });

const result = await cacheClient.incrementAndGet("hello");

const result = await cacheClient.decrementAndGet("hello");

const result = await cacheClient.delete("hello");

const result = await cacheClient.scan("hello*", { cursor: "10", count: 10 });

const result = await cacheClient.leftPush("list", "3");

const result = await cacheClient.rightPop("list");

const result = await cacheClient.listLength("list");
0.12.1

8 months ago

0.12.1-next.1

8 months ago

0.12.1-next.0

8 months ago

0.12.0-next.3

8 months ago

0.12.0

8 months ago

0.12.0-next.2

8 months ago

0.11.7-next.1

8 months ago

0.11.7-next.0

9 months ago

0.11.6

9 months ago

0.11.6-next.0

9 months ago

0.11.5

9 months ago

0.11.5-next.0

10 months ago

0.9.0-next.1

1 year ago

0.10.0-next.1

1 year ago

0.10.0-next.2

1 year ago

0.10.0-next.0

1 year ago

0.11.2-next.0

11 months ago

0.11.1-next.0

12 months ago

0.11.4-next.0

10 months ago

0.10.0

1 year ago

0.11.3-next.0

11 months ago

0.11.0

12 months ago

0.11.1

12 months ago

0.11.2

11 months ago

0.11.3

11 months ago

0.11.4

10 months ago

0.11.0-next.2

12 months ago

0.11.0-next.0

1 year ago

0.11.0-next.1

12 months ago

0.9.0

1 year ago

0.9.0-next.0

1 year ago

0.8.0

1 year ago

0.8.0-next.2

1 year ago

0.8.0-next.1

1 year ago

0.8.0-next.0

1 year ago

0.7.5

1 year ago

0.7.5-next.1

1 year ago

0.7.5-next.0

1 year ago

0.7.4

1 year ago

0.7.4-next.0

1 year ago

0.7.3

1 year ago

0.7.3-next.0

1 year ago

0.7.2

1 year ago

0.7.2-next.0

1 year ago

0.7.1

1 year ago

0.7.1-next.0

1 year ago

0.7.1-next.1

1 year ago

0.7.0

1 year ago

0.7.0-next.4

1 year ago

0.7.0-next.3

1 year ago

0.7.0-next.1

1 year ago

0.7.0-next.2

1 year ago

0.7.0-next.0

1 year ago

0.6.0

1 year ago

0.6.0-next.2

1 year ago

0.5.7-next.0

1 year ago

0.6.0-next.1

1 year ago

0.5.6-next.0

1 year ago

0.5.6

1 year ago

0.5.5

2 years ago

0.5.5-next.2

2 years ago

0.5.5-next.1

2 years ago

0.4.0-next.2

2 years ago

0.4.0-next.3

2 years ago

0.4.0-next.1

2 years ago

0.5.4-next.1

2 years ago

0.5.3-next.1

2 years ago

0.5.2-next.1

2 years ago

0.5.1-next.1

2 years ago

0.5.5-next.0

2 years ago

0.5.3-next.0

2 years ago

0.5.2-next.2

2 years ago

0.5.1-next.0

2 years ago

0.5.0-next.1

2 years ago

0.5.0-next.0

2 years ago

0.5.4-next.0

2 years ago

0.2.6-next.0

2 years ago

0.2.5-next.0

2 years ago

0.2.3-next.2

2 years ago

0.2.3-next.1

2 years ago

0.2.4-next.0

2 years ago

0.2.3-next.0

2 years ago

0.5.2-next.0

2 years ago

0.3.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.0

2 years ago

0.3.1

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.1-next.1

2 years ago

0.4.1-next.0

2 years ago

0.3.1-next.2

2 years ago

0.3.1-next.3

2 years ago

0.3.0-next.1

2 years ago

0.3.2-next.0

2 years ago

0.3.1-next.4

2 years ago

0.3.1-next.0

2 years ago

0.3.1-next.1

2 years ago

0.4.1

2 years ago

0.2.3

2 years ago

0.4.0

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.0-next.3

2 years ago

0.2.0-next.2

2 years ago

0.2.1-next.0

2 years ago

0.2.2-next.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-next.4

2 years ago

0.2.0-next.1

2 years ago

0.2.0-next.0

2 years ago

0.1.0

2 years ago

0.1.0-next.1

2 years ago

0.1.0-next.0

2 years ago