We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f708d11 commit aa7d02dCopy full SHA for aa7d02d
lib/cubdb.ex
@@ -7,8 +7,8 @@ defmodule CubDB do
7
8
- Both keys and values can be any Elixir (or Erlang) term.
9
10
- - Basic `get`, `put`, and `delete` operations, selection of ranges of
11
- entries sorted by key with `select`.
+ - Basic `get/3`, `put/3`, and `delete/2` operations, selection of ranges of
+ entries sorted by key with `select/2`.
12
13
- Atomic, Consistent, Isolated, Durable (ACID) transactions.
14
0 commit comments