feat: adds initial support for dictionary APIs #35
Annotations
6 errors and 1 warning
Build:
src/momento-redis-adapter.ts#L344
Property 'hset' in type 'MomentoRedisAdapter' is not assignable to the same property in base type 'MomentoIORedis'.
|
Build:
src/momento-redis-adapter.ts#L381
Property 'hmset' in type 'MomentoRedisAdapter' is not assignable to the same property in base type 'MomentoIORedis'.
|
Build:
src/wrap-ioredis.ts#L49
Type 'MomentoRedisAdapter' is not assignable to type 'MomentoIORedis'.
|
Build:
src/wrap-ioredis.ts#L74
Type 'MomentoRedisAdapter' is not assignable to type 'MomentoIORedis'.
|
Build:
test/integration-setup.ts#L62
Type '{ client: MomentoRedisAdapter; }' is not assignable to type '{ client: MomentoIORedis; }'.
|
Build
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading