Skip to content

Commit

Permalink
README little change
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelev committed Jul 23, 2020
1 parent 40b36c0 commit d7be344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using (var connectionResource = await factory.CreateAsync(endPoint))
}
```

To interact with Redis server you need a [`Connection`](/Rediska/Connection.cs). You can get one using a factory. In Rediska, each command represented by a separate class, so to run a command, you need to instantiate it and then execute it on the connection.
To interact with Redis server you need a [`Connection`](/Rediska/Connection.cs). You can get one using a factory. In Rediska, each command represented by a separate class, so to run a command, you need to instantiate it and then execute it using the connection.

### Resource management

Expand Down

0 comments on commit d7be344

Please sign in to comment.