Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 292 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 292 Bytes

What is this

There are implementations of code examples from book "Redis in Action", translated from Python to TypeScript

Installation

$ git clone https://github.com/egoarka/redis-in-action-typescript.git
$ cd redis-in-action-typescript
$ yarn

Tests

npm test