1.1.0 • Published 6 months ago

@wbget/midway-uuid-int v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 months ago

1.0.2

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago