mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
readme: fix typo.
This commit is contained in:
@ -22,8 +22,8 @@ Install:
|
|||||||
|
|
||||||
go get github.com/vmihailenco/redis/v2
|
go get github.com/vmihailenco/redis/v2
|
||||||
|
|
||||||
Updgrading from previous version
|
Upgrading from previous version
|
||||||
--------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Type system should catch most changes. But you have to manually change `SetEx`, `PSetEx`, `Expire` and `PExpire` to use `time.Duration` instead of `int64`.
|
Type system should catch most changes. But you have to manually change `SetEx`, `PSetEx`, `Expire` and `PExpire` to use `time.Duration` instead of `int64`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user