Connor Poole
|
cefa7c0daf
|
Merge branch 'master' into master
|
2024-11-09 07:17:15 -08:00 |
Ilia Kuznetcov
|
c828764336
|
Allow scanning redis values into pointer fields (#2787)
* Allow scanning redis values into pointer fields
* Formatting
---------
Co-authored-by: Ilia Personal <iliapersonal@Ilyas-MBP.station>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
|
2023-12-17 17:42:45 +02:00 |
Monkey
|
8db6eeed27
|
feat(scan): scan time.Time sets the default decoding (#2413)
* feat(scan): scan time.Time uses `UnmarshalText(RFC3339)` interface decoding by default
|
2023-02-07 20:23:39 +08:00 |
Connor Poole
|
3c6a81d859
|
Merge branch 'master' into master
|
2023-02-05 19:25:09 +00:00 |
Dimitrij Denissenko
|
7fa451c740
|
chore: fewer test dependencies
|
2023-01-27 15:01:50 +00:00 |
Monkey
|
a4336cbd43
|
feat(scan): add Scanner interface (#2317)
Signed-off-by: monkey92t <golang@88.com>
|
2022-12-24 22:29:45 +08:00 |
Connor Poole
|
51dfbaec8e
|
fix: allow hscan to continue past first failure
|
2022-10-19 07:03:32 +00:00 |
Vladimir Mihailenco
|
9b6ee9c3cc
|
chore: gofmt all code
|
2021-09-08 16:52:29 +03:00 |
monkey92t
|
27df2313cd
|
hscan adds support for i386 platform (#1652)
* hscan adds support for i386 platform
Signed-off-by: monkey <monkey92t@gmail.com>
* update go.sum
Signed-off-by: monkey <monkey92t@gmail.com>
* detect overflow of scan
Signed-off-by: monkey <golang@88.com>
* restore the return value type of decoderFunc to error
Signed-off-by: monkey <golang@88.com>
* fix clean
Signed-off-by: monkey <golang@88.com>
* fix clean
Signed-off-by: monkey <golang@88.com>
Co-authored-by: Monkey <monkey@MonkeydeiMac.local>
|
2021-02-09 14:44:24 +02:00 |
Vladimir Mihailenco
|
bd234b91fe
|
Add StructValue so we don't need temp slices to pass keys and values
|
2021-02-03 12:45:02 +02:00 |
Kailash Nadh
|
f9dfc7a949
|
Refactor scan signature to work with Slice and StringMap cmds
|
2021-02-02 16:28:10 +05:30 |
Kailash Nadh
|
a4144ea98e
|
Add SliceCmd.Scan() (hscan pkg) and tests
|
2021-02-02 13:04:52 +05:30 |