redict/go-redict
5
1
Fork
You've already forked go-redict
0
Go client for Redict
Go 99.7%
Shell 0.2%
Drew DeVault f65b75f61b chore: initial fork pieces
Signed-off-by: Drew DeVault <sir@cmpwn.com>
2025年01月16日 15:20:15 +01:00
.github docs: README update to highlight how to disable sending client identification ( #2913 ) 2024年02月20日 16:37:22 +02:00
doctests Format code and fix go vet ( #2696 ) 2023年09月20日 14:03:44 +03:00
example Bump go-redis version to 9.5.1 ( #2917 ) 2024年02月20日 17:44:29 +02:00
extra Bump go-redis version to 9.5.1 ( #2917 ) 2024年02月20日 17:44:29 +02:00
fuzz chore: update import path 2023年01月23日 08:48:54 +02:00
internal bug: Fix SETINFO ensuring it is set-and-forget ( #2915 ) 2024年02月20日 17:34:35 +02:00
scripts chore: downgrade OpenTelemetry 2023年01月30日 09:47:57 +02:00
.gitignore Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
.golangci.yml chore: don't enable all lints 2021年11月19日 17:09:58 +02:00
.prettierrc.yml chore: lazy reload when moved or ask 2021年10月04日 13:16:33 +03:00
acl_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
bench_decode_test.go Execute "COMMAND" command only when readonly ( #2815 ) 2023年12月17日 15:21:01 +02:00
bench_test.go chore: update import path 2023年01月23日 08:48:54 +02:00
bitmap_commands.go Add support for specifying bitcount unit as byte or bit, byte default ( #2887 ) 2024年02月14日 22:15:30 +02:00
bitmap_commands_test.go Add support for specifying bitcount unit as byte or bit, byte default ( #2887 ) 2024年02月14日 22:15:30 +02:00
cluster_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
command.go Add helpers to set libinfo without panic ( #2724 ) 2024年02月14日 22:40:20 +02:00
command_test.go chore: fewer test dependencies 2023年01月27日 15:01:50 +00:00
commands.go bug: Fix SETINFO ensuring it is set-and-forget ( #2915 ) 2024年02月20日 17:34:35 +02:00
commands_test.go bug: Fix SETINFO ensuring it is set-and-forget ( #2915 ) 2024年02月20日 17:34:35 +02:00
CONTRIBUTING.md chore: initial fork pieces 2025年01月16日 15:20:15 +01:00
doc.go doc: fix outdated reference. 2014年10月07日 09:27:55 +03:00
error.go Handle wrapped errors in scripter.Run ( #2674 ) 2023年10月30日 18:08:18 +02:00
example_instrumentation_test.go chore: update import path 2023年01月23日 08:48:54 +02:00
example_test.go Add helpers to set libinfo without panic ( #2724 ) 2024年02月14日 22:40:20 +02:00
export_test.go Add support for MODULE LOADEX command ( #2490 ) 2023年04月18日 21:03:47 +08:00
gears_commands.go refactor(gears): remove redundant nil check ( #2728 ) 2023年09月27日 10:50:05 +03:00
gears_commands_test.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
generic_commands.go feat: add object fraq command ( #2844 ) 2024年02月14日 23:05:05 +02:00
geo_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
go.mod chore: initial fork pieces 2025年01月16日 15:20:15 +01:00
go.sum chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 ( #2690 ) 2023年09月20日 14:57:47 +03:00
hash_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
hyperloglog_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
internal_test.go chore: fewer test dependencies 2023年01月27日 15:01:50 +00:00
iterator.go fix: remove iterator mutex as it's not needed 2022年08月13日 11:05:04 +10:00
iterator_test.go chore: fewer test dependencies 2023年01月27日 15:01:50 +00:00
json.go return raw value instead of funcation calling in Result() ( #2831 ) 2024年01月03日 10:43:42 +02:00
json_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
LICENSE chore: update import path 2023年01月23日 08:48:54 +02:00
list_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
main_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
Makefile Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
monitor_test.go Support Monitor Command ( #2830 ) 2023年12月17日 12:35:10 +02:00
options.go Add Suffix support to default client set info ( #2852 ) 2024年01月04日 14:40:14 +02:00
options_test.go Format code and fix go vet ( #2696 ) 2023年09月20日 14:03:44 +03:00
osscluster.go add CredentialsProvider to ClusterOptions ( #2791 ) 2024年02月14日 23:03:18 +02:00
osscluster_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
osscluster_test.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
pipeline.go feat: check pipeline.Do to prevent confusion with Exec ( #2517 ) 2023年04月01日 14:44:06 +08:00
pipeline_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
pool_test.go chore: fewer test dependencies 2023年01月27日 15:01:50 +00:00
probabilistic.go BUG: BFReserveArgs - error_rate & capacity ( #2763 ) 2023年10月30日 18:08:06 +02:00
probabilistic_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
pubsub.go update PubSub.Channel documentation ( #2761 ) 2023年10月30日 14:35:02 +02:00
pubsub_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
pubsub_test.go chore: fewer test dependencies 2023年01月27日 15:01:50 +00:00
race_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
README.md chore: initial fork pieces 2025年01月16日 15:20:15 +01:00
redis.go bug: Fix SETINFO ensuring it is set-and-forget ( #2915 ) 2024年02月20日 17:34:35 +02:00
redis_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
RELEASING.md Fix releasing.md 2021年09月03日 12:20:59 +03:00
result.go chore: fix typo in the result.go ( #2558 ) 2023年04月25日 23:06:09 +08:00
ring.go Add Suffix support to default client set info ( #2852 ) 2024年01月04日 14:40:14 +02:00
ring_test.go feat: add protocol option ( #2598 ) 2023年05月16日 22:02:22 +08:00
script.go feat: add HasErrorPrefix 2022年11月17日 16:18:04 +02:00
scripting_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
sentinel.go bug: Fix SETINFO ensuring it is set-and-forget ( #2915 ) 2024年02月20日 17:34:35 +02:00
sentinel_test.go Speed up connections by sending SetInfo via a pipeline ( #2880 ) 2024年02月15日 12:48:56 +02:00
set_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
sortedset_commands.go Change Z Member type to interface ( #2861 ) 2024年01月07日 11:57:20 +02:00
stream_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
string_commands.go Making command structs digestable ( #2716 ) 2023年09月20日 16:08:24 +03:00
timeseries_commands.go Clarify TSMadd ktvSlices usage in docstring ( #2827 ) 2023年12月17日 17:45:00 +02:00
timeseries_commands_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
tx.go chore: update import path 2023年01月23日 08:48:54 +02:00
tx_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
universal.go Add Suffix support to default client set info ( #2852 ) 2024年01月04日 14:40:14 +02:00
universal_test.go Add RE tests ( #2847 ) 2024年01月01日 22:19:22 +02:00
version.go Bump go-redis version to 9.5.1 ( #2917 ) 2024年02月20日 17:44:29 +02:00

go-redict

PkgGoDev

go-redict is a client for Redict for the Go programming language.

go-redict is an independent fork of go-redis licensed under the Mozilla Public License (MPL-2.0). Redict is not affiliated with Redis®.