Go client for Redict
  • Go 99.7%
  • Shell 0.2%
Find a file
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
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®.