Juan Calderon-Perez
cd0b0a8377
Remove new benchmarks, they are not needed.
2025-04-26 12:19:21 -04:00
Juan Calderon-Perez
e831cb421c
Update redis/README.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-26 11:39:56 -04:00
Sepehr Mohaghegh
0cf84b3048
Add unit tests for Redis connection
...
Implemented tests to verify Redis key management functions including set, get, and delete operations. Ensuring data integrity and operation correctness in Redis storage.
2025-04-26 16:55:58 +03:30
Sepehr Mohaghegh
c4bdc8f5e3
Add example for using existing Redis connection
...
This commit adds a section to the README showing how to create a Storage instance from an existing Redis client, facilitating client connection reuse.
2025-04-26 16:52:58 +03:30
Sepehr Mohaghegh
84e2c12848
Add NewFromConnection function to Redis README
...
Updated the Redis README to include the NewFromConnection function, which allows creating a Storage object from an existing Redis client connection.
2025-04-18 22:09:32 +03:30
Sepehr Mohaghegh
9e4c7d82da
Add NewFromConnection method and benchmarks
...
Introduced NewFromConnection to create Storage using an existing Redis client, enhancing flexibility. Added benchmarks to test Redis operations with this method.
2025-04-18 22:03:02 +03:30
dependabot[bot]
e1e3a4ffaa
chore(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.6.1 to 9.7.3.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.6.1...v9.7.3 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.7.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-16 07:23:42 +00:00
dependabot[bot]
ff932113e8
chore(deps): bump github.com/stretchr/testify in /redis
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-26 18:36:55 +00:00
René
9f8091caff
Fix badges
Tests pebble / Tests (1.19.x) (push) Has been cancelled
Tests pebble / Tests (1.20.x) (push) Has been cancelled
Tests pebble / Tests (1.21.x) (push) Has been cancelled
Tests Postgres / Tests (1.22.x) (push) Has been cancelled
Tests Postgres / Tests (1.23.x) (push) Has been cancelled
Tests Postgres / Tests (1.24.x) (push) Has been cancelled
Tests Redis / Tests (1.19.x, 6.x) (push) Has been cancelled
Tests Redis / Tests (1.19.x, 7.x) (push) Has been cancelled
Tests Redis / Tests (1.20.x, 6.x) (push) Has been cancelled
Tests Redis / Tests (1.20.x, 7.x) (push) Has been cancelled
Tests Redis / Tests (1.21.x, 6.x) (push) Has been cancelled
Tests Redis / Tests (1.21.x, 7.x) (push) Has been cancelled
Tests Ristretto / Tests (1.19.x) (push) Has been cancelled
Tests Ristretto / Tests (1.20.x) (push) Has been cancelled
Tests Ristretto / Tests (1.21.x) (push) Has been cancelled
Tests Rueidis / Tests (1.20.x, 6.x) (push) Has been cancelled
Tests Rueidis / Tests (1.20.x, 7.x) (push) Has been cancelled
Tests Rueidis / Tests (1.21.x, 6.x) (push) Has been cancelled
Tests Rueidis / Tests (1.21.x, 7.x) (push) Has been cancelled
Tests S3 / Tests (1.21.x) (push) Has been cancelled
Tests S3 / Tests (1.22.x) (push) Has been cancelled
Tests S3 / Tests (1.23.x) (push) Has been cancelled
Tests ScyllaDb / Tests (1.20.x) (push) Has been cancelled
Tests ScyllaDb / Tests (1.21.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.19.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.20.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.21.x) (push) Has been cancelled
Tests Valkey / Tests (1.23.x, 7.x) (push) Has been cancelled
Tests Valkey / Tests (1.23.x, 8.x) (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled
2025-03-23 16:33:25 +01:00
Sadık Sünbül
c00f6495c5
Trailing spaces removed
2025-02-03 11:19:29 +03:00
Sadık Sünbül
10e473e1eb
Comments deleted
2025-02-03 11:12:51 +03:00
Sadık Sünbül
a7c7b42836
Add DragonflyDB info to Redis README and remove DragonflyDB file
...
- Added DragonflyDB usage details to Redis README
- Removed the DragonflyDB file
- No extra tests were added for DragonflyDB; existing Redis tests work for it
2025-01-30 20:40:41 +03:00
dependabot[bot]
3b5fbcdce6
chore(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.5.4 to 9.6.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.5.4...v9.6.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-26 07:54:35 +00:00
dependabot[bot]
69e62f0b54
chore(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.5.3 to 9.5.4.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.5.3...v9.5.4 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-12 07:42:29 +00:00
dependabot[bot]
9ae9f31fe9
build(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.5.2 to 9.5.3.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.5.2...v9.5.3 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 07:38:23 +00:00
dependabot[bot]
6f20abd7d6
build(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.5.1 to 9.5.2.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.5.1...v9.5.2 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-31 07:51:45 +00:00
dependabot[bot]
9c91986a77
build(deps): bump github.com/stretchr/testify in /redis
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 07:41:52 +00:00
dependabot[bot]
f6aa03a2bc
build(deps): bump github.com/redis/go-redis/v9 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.4.0 to 9.5.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.4.0...v9.5.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-21 07:28:48 +00:00
dependabot[bot]
4494a85ba6
Bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.3.1 to 9.4.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.3.1...v9.4.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 07:48:36 +00:00
dependabot[bot]
d7873c3668
Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.3.0...v9.3.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-20 07:03:40 +00:00
Juan Calderon-Perez
3705547f92
Modify one file to test new CI
2023-11-18 20:50:53 -05:00
RW
d5968313b3
Merge pull request #1052 from gofiber/redis-keys
...
Add support for Keys() to Redis Driver
2023-11-05 11:19:58 +01:00
dependabot[bot]
05c797f133
Bump github.com/redis/go-redis/v9 from 9.2.1 to 9.3.0 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.2.1 to 9.3.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.2.1...v9.3.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-01 07:03:58 +00:00
Juan Calderon-Perez
50bea20332
Update empty check, value should be Nil
2023-10-29 21:04:03 -04:00
Juan Calderon-Perez
0b9f4aebc8
Create a testStore per test
2023-10-29 20:24:11 -04:00
Juan Calderon-Perez
3b5d81397c
Add support for Keys() to Redis Driver
2023-10-29 20:01:23 -04:00
dependabot[bot]
d18325dea7
Bump github.com/redis/go-redis/v9 from 9.2.0 to 9.2.1 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.2.0...v9.2.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-28 07:21:09 +00:00
RW
a8098ce577
Update README.md
2023-09-26 15:14:55 +02:00
dependabot[bot]
66e0f69437
Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.1.0...v9.2.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-21 07:42:45 +00:00
Muhammed Efe Cetin
db1dd2bf6a
update delete benchmarks
2023-09-15 18:23:02 +03:00
Muhammed Efe Cetin
68d59280d8
add benchmarks for all storages
2023-09-15 00:02:13 +03:00
Juan Calderon-Perez
78cfcf3206
Add instance of Redis without MTLS to workflow
2023-09-09 22:44:46 -04:00
Juan Calderon-Perez
e41f3e4131
Test against secure rediss URL
2023-09-09 22:33:25 -04:00
Juan Calderon-Perez
f5c4a78fb1
Add support for using Custom CA, add test that forces SSL verification
2023-09-09 21:53:57 -04:00
Juan Calderon-Perez
7e2c6a3e62
Update tests to use new SSL script
2023-09-09 21:44:24 -04:00
Juan Calderon-Perez
89c473aac7
Use Redis Options TLSConfig if returned
2023-09-09 21:32:28 -04:00
Juan Calderon-Perez
9d99e7dd5b
Update all README files with new major versions
2023-08-23 00:05:48 -04:00
Juan Calderon-Perez
9570205b8a
Cleanup the go.mod files
2023-08-21 08:36:48 -04:00
Juan Calderon-Perez
c0cc07ca93
Update README files, use require.NoError
2023-08-20 09:22:43 -04:00
Juan Calderon-Perez
9291b82212
Update all test files with go1.21, update all go.mod files to go1.19
2023-08-19 22:56:22 -04:00
Juan Calderon-Perez
02d809987a
Use testify.Require for all Storage Drivers
2023-08-19 22:36:33 -04:00
dependabot[bot]
c9d759856f
Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.0.5 to 9.1.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.0.5...v9.1.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-18 07:03:10 +00:00
M. Efe Çetin
c030fac063
📝 docs: automated synchronization with gofiber/docs
( #880 )
...
* add sync_docs script
* update docs
* update docs
* Update README.md
- sort lines and fix closing image tag
* update docs
---------
Co-authored-by: RW <rene@gofiber.io >
2023-07-07 17:45:22 +03:00
Juan Calderon-Perez
c38fc91d9d
Remove test, update example
2023-06-17 20:55:18 -04:00
Juan Calderon-Perez
b76d1302b1
Fix undefined err
2023-06-17 20:46:29 -04:00
Juan Calderon-Perez
bbbcbd2b23
Add example for using Redis with TLS
2023-06-17 20:43:45 -04:00
dependabot[bot]
40d0bbcd04
Bump github.com/redis/go-redis/v9 from 9.0.4 to 9.0.5 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.0.4 to 9.0.5.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.0.4...v9.0.5 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-29 07:58:11 +00:00
dependabot[bot]
f095be3ebf
Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.4 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.0.3...v9.0.4 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-02 07:57:19 +00:00
dependabot[bot]
9e37910ee5
Bump github.com/gofiber/utils from 1.0.1 to 1.1.0 in /redis
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v1.0.1...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-19 08:12:50 +00:00
Juan Calderon-Perez
6014de4ee7
Add support for testing Redis Cluster
2023-04-10 19:49:47 -04:00