-
Notifications
You must be signed in to change notification settings - Fork 192
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: redis/rueidis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.23
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: redis/rueidis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.24
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 17 files changed
- 4 contributors
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d25943e - Browse repository at this point
Copy the full SHA d25943eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3851dec - Browse repository at this point
Copy the full SHA 3851decView commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e06396c - Browse repository at this point
Copy the full SHA e06396cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca6ad6 - Browse repository at this point
Copy the full SHA 5ca6ad6View commit details -
Merge pull request #418 from redis/multiple-tcp-for-cluster-node
feat: let clusterclient respect the option.PipelineMultiplex
Configuration menu - View commit details
-
Copy full SHA for 9dea63a - Browse repository at this point
Copy the full SHA 9dea63aView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b145163 - Browse repository at this point
Copy the full SHA b145163View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b2c0f - Browse repository at this point
Copy the full SHA a2b2c0fView commit details -
Merge pull request #420 from redis/fix-set-client-info
fix: correct CLIENT SETINFO connection setup
Configuration menu - View commit details
-
Copy full SHA for 0fac21f - Browse repository at this point
Copy the full SHA 0fac21fView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 901d5f9 - Browse repository at this point
Copy the full SHA 901d5f9View commit details -
Merge pull request #425 from IrineSistiana/fix-424
fix: rueidis.ParseURL() cannot parse unix address
Configuration menu - View commit details
-
Copy full SHA for b79ac22 - Browse repository at this point
Copy the full SHA b79ac22View commit details
Commits on Dec 13, 2023
-
feat: align
go-redis
TimeseriesCmdable
(#422)* copy definition and tests from go-redis Reference: - https://github.com/redis/go-redis/blob/master/timeseries_commands.go - https://github.com/redis/go-redis/blob/master/timeseries_commands_test.go * TSAdd, TSAddWithArgs * impl TSCreate, TSCreateWithArgs * impl TSAlter, TSCreateRule * impl TSIncrBy, TSIncrByWithArgs, TSDecrBy, TSDecrByWithArgs, TSDel, TSDeleteRule, TSGet, TSInfo, TSInfoWithArgs, TSMAdd, TSQueryIndex, TSRevRange * impl TSRevRangeWithArgs, TSRange * impl TSRevRangeWithArgs TSRange TSMRange TSMRangeWithArgs TSMRevRange * impl TSMGet, TSMGetWithArgs, TSMRevRange, TSMRevRangeWithArgs * impl newTSTimestampValueSliceCmd, newMapStringSliceInterfaceCmd * fix newMapStringInterfaceCmd: manually convert map[string]any to map[any]any WORKAROUND: manually convert map[string]any to map[any]any to make go-redis test PASS we don't use (*RedisMessage).ToAny() on map type because it will convert ele to map[string]any * impl newTSTimestampValueCmd * simplify the way we use command builder: reducing unnecessary if-else * let duplicatePolicy accept both lower and upper case word Because tests in go-redis use both of them. * Handle redis Nil in newMapStringInterfaceCmd * fix tests: should TSMAdd * fix tests: should TSMGet and TSMGetWithArgs * refactor: introduce AsAnyAnyMap * refactor: newMapStringInterfaceCmd, simplify if-else condition * fix should TSDel and TSRange * revert code that are accidentally replaced by vim find and replace * remove map[any]any * replace rueidis.Nil with nil in newMapStringInterfaceCmd
Configuration menu - View commit details
-
Copy full SHA for 170c52c - Browse repository at this point
Copy the full SHA 170c52cView commit details
Commits on Dec 14, 2023
-
feat: add built-in metrics (#421)
* feat: add built-in metrics * refactor: rename buckets * refactor: integrate with otelclient * refactor: remove sync.once * style: change simple * refactor: change default dial fn * refactor: change to cas * refactor: rename histogramoption * refactor: change client option as required
Configuration menu - View commit details
-
Copy full SHA for a035425 - Browse repository at this point
Copy the full SHA a035425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff7f42 - Browse repository at this point
Copy the full SHA 5ff7f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cacd16 - Browse repository at this point
Copy the full SHA 5cacd16View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c5c4b8 - Browse repository at this point
Copy the full SHA 0c5c4b8View commit details
There are no files selected for viewing