1.1.0 • Published 5 months ago

@wbget/midway-uuid-int v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

midwayjs uuid-int module

Install

npm install midway-uuid-int --save

Config

None.

Use

@Inject()
uuidInt: UUIDIntService;

doSomething() {
  const id = this.uuidInt.uuid(); // generate id by uuid-int
}

Use Redis

Edit config.default.ts

export const uuidInt = {
  key: 'uuid-int', // redis key
}

uuid-int

License

MIT

1.1.0

5 months ago

1.0.2

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago