ascent.persist
Ascent.persist.set
ascent.persist.set(key: string, value: any, expiry?: number): any;Parameter
Type
Description
ascent.persist.set("Customer Id","Last Name",15)ascent.persist.get
ascent.persist.get(key: String): any;Parameter
Type
Description
ascent.persist.set("Customer Id")Ascent.persist.redis.set
Ascent.persist.redis.set(url: string,key: string, value: any, expiry?: number): any;Parameter
Type
Description
ascent.persist.redis.get
Parameter
Type
Description
Last updated
Was this helpful?