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
Juan Calderon-Perez
ec921b81ba
Add missing v2
2023-04-10 09:01:10 -04:00
Juan Calderon-Perez
78849085f0
Update README and examples
2023-04-09 21:24:25 -07:00
Juan Calderon-Perez
e3320c4084
Expand unit-test to cover all config cases in New()
2023-04-09 21:16:07 -07:00
Juan Calderon-Perez
22e48de898
Add support for Redis Universal Client
2023-04-09 21:04:52 -07:00
Juan Calderon-Perez
7e6ede5392
Fix undefined var issues
2023-04-08 18:49:01 -07:00
Juan Calderon-Perez
5a120d6807
Simplify logic of New function
2023-04-08 18:42:55 -07:00
Juan Calderon-Perez
ca239f0353
Fix syntax issues
2023-04-08 18:41:29 -07:00
Juan Calderon-Perez
6a614f832e
Support for Redis Sentinel Client
2023-04-08 18:33:55 -07:00
dependabot[bot]
182dffbb2b
Bump github.com/redis/go-redis/v9 from 9.0.2 to 9.0.3 in /redis
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.0.2 to 9.0.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.0.2...v9.0.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 >
2023-04-03 07:58:30 +00:00
Juan Calderon-Perez
4566bbe5d9
Add multi-redis tests. Update dependencies
...
Signed-off-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com >
2023-02-08 05:39:13 -08:00
Juan Calderon-Perez
56599be5ff
Update Redis to v9. Fix import path
...
Signed-off-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com >
2023-01-30 21:56:44 -05:00
gaby
a3b1139001
Breakdown local storage tests into separate files. Fix go.sum files
2022-11-20 04:59:16 -08:00
gaby
5a40e781c1
Deprecate support for go 1.14 and go 1.15
2022-11-20 04:20:05 -08:00
René Werner
9d6194668c
refresh redis test certificate
2022-11-14 09:25:55 +01:00
dependabot[bot]
fb2da5d153
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /redis
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 07:16:03 +00:00
Yash Kumar Verma
2ee234e829
docs: add missing )
2022-10-14 07:42:29 +05:30
Juan Calderon-Perez
595b1917f3
Add support for Redis connection pool size
2022-10-05 00:14:23 -04:00
Juan Calderon-Perez
3a8b8d4f71
Add Conn() support to all storage drivers. ( #451 )
...
* Add DB() support for Redis driver
* Added support for DB() to all drivers
* Fixed typo in README and Lint issue
* Fix lint issue with ristretto db
* Fix lint issue with bbolt db
* Rename DB() to Conn()
* Replace all instances of _DB with _Conn
* Update all the README files
* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00