File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## WIP
3
+ ## 0.7
4
+
5
+
6
+ - add ability to connect to redis via unix sockets (Albert Peschar)
7
+ - add a connection pool implementation
8
+ - bugfix: fix out of order arguments caused by excessive concurrency
9
+ in redis-lwt (Khady)
4
10
5
11
## 0.6
6
12
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "Simon Cruanes"
3
- version: "0.6 "
3
+ version: "0.7 "
4
4
authors: [
5
5
"Mike Wells"
6
6
"David Höppner"
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "0.6 "
2
+ version: "0.7 "
3
3
maintainer: "Simon Cruanes"
4
4
authors: [
5
5
"Mike Wells"
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "0.6 "
2
+ version: "0.7 "
3
3
maintainer: "Simon Cruanes"
4
4
authors: [
5
5
"Mike Wells"
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ module type Client = sig
100
100
@since 0.5 *)
101
101
102
102
val connection_spec_unix_socket : string -> connection_spec
103
+ (* * Create a connection spec to use the given Unix socket.
104
+ @since 0.7 *)
103
105
104
106
module SlotMap : Map .S with type key = int
105
107
module ConnectionSpecMap : Map .S with type key = connection_spec
You can’t perform that action at this time.
0 commit comments