File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33
33
[ ` OptRef ` ] ( http://avsystem.github.io/scala-commons/api/com/avsystem/commons/misc/OptRef.html ) (implemented as value
34
34
classes)
35
35
* [ Components] ( docs/Components.md ) and Dependency Injection library
36
- * ` commons-redis ` - [ Scala driver for Redis] ( docs/RedisDriver.md )
37
36
* ` commons-macros ` contains implementations of macros used in other modules and reusable macro utilities:
38
37
* ` MacroCommons ` trait with several convenience functions for implementing macros
39
38
* ` TypeClassDerivation ` - implements infrastructure for automatic type class derivation
Original file line number Diff line number Diff line change 1
1
# Redis driver
2
2
3
+ ** ⚠️ WARNING: This module is deprecated and scheduled for removal in a future release. Please migrate to an alternative
4
+ solution.**
5
+
3
6
` commons-redis ` - Scala driver for Redis
4
7
5
8
``` scala
You can’t perform that action at this time.
0 commit comments