Skip to content

Commit 1fcc7dd

Browse files
committed
Update documentation regarding commons-redis deprecation
1 parent b1a50d1 commit 1fcc7dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
[`OptRef`](http://avsystem.github.io/scala-commons/api/com/avsystem/commons/misc/OptRef.html) (implemented as value
3434
classes)
3535
* [Components](docs/Components.md) and Dependency Injection library
36-
* `commons-redis` - [Scala driver for Redis](docs/RedisDriver.md)
3736
* `commons-macros` contains implementations of macros used in other modules and reusable macro utilities:
3837
* `MacroCommons` trait with several convenience functions for implementing macros
3938
* `TypeClassDerivation` - implements infrastructure for automatic type class derivation

docs/RedisDriver.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redis driver
22

3+
**⚠️ WARNING: This module is deprecated and scheduled for removal in a future release. Please migrate to an alternative
4+
solution.**
5+
36
`commons-redis` - Scala driver for Redis
47

58
```scala

0 commit comments

Comments
 (0)