0.0.39 • Published 8 months ago

@w5/redis v0.0.39

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@w5/redis

test/main.coffee :

#!/usr/bin/env coffee

> # @w5/redis/R
  @w5/redis/KV

console.log KV

# console.log R

await KV.sadd("test","b")
await KV.sadd("test",["c",'d'])
# console.log await KV.get("test")
console.log await KV.del("test")
console.log 'done'
process.exit()

output :

./out.txt
0.0.37

8 months ago

0.0.38

8 months ago

0.0.39

8 months ago

0.0.31

9 months ago

0.0.35

9 months ago

0.0.36

9 months ago

0.0.20

12 months ago

0.0.21

12 months ago

0.0.22

12 months ago

0.0.23

12 months ago

0.0.25

11 months ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

12 months ago

0.0.19

12 months ago

0.0.30

11 months ago

0.0.14

1 year ago

0.0.26

11 months ago

0.0.27

11 months ago

0.0.28

11 months ago

0.0.29

11 months ago

0.0.13

1 year ago

0.0.10

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago