Skip to content

Commit f23f452

Browse files
committed
docs: Update README
1 parent 3776a41 commit f23f452

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.org

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ It's under construction at the moment.
1212

1313
** Design
1414

15-
1615
=redis-proto= is a black-box multi-threaded re-implementation of redis, backed by [[https://tokio.rs/][tokio]].
1716
It features data-structure key-space/lock granularity, written entirely in safe rust.
1817
It's currently protocol compatible with redis, so you should be able to test it out with your favourite tools.
@@ -149,7 +148,6 @@ Therefore, if you want to do something like implement =hashes=, you will need to
149148
1. If you're using emacs, just fire up the server and evaluate the babel block below (see =README.org= source)
150149
2. Alternatively, copy the script into a terminal and copy/paste the output below. (see raw =README.org=)
151150

152-
153151
** Implemented Commands
154152

155153
#+BEGIN_SRC python :results output raw :format org :exports results
@@ -178,7 +176,6 @@ Therefore, if you want to do something like implement =hashes=, you will need to
178176
- =Rename (Key, Key)=
179177
- =RenameNx (Key, Key)=
180178

181-
182179
*** ListOps
183180

184181
- =LIndex (Key, Index)=
@@ -196,7 +193,6 @@ Therefore, if you want to do something like implement =hashes=, you will need to
196193
- =BLPop (Key, UTimeout)=
197194
- =BRPop (Key, UTimeout)=
198195

199-
200196
*** HashOps
201197

202198
- =HGet (Key, Key)=
@@ -230,7 +226,6 @@ Therefore, if you want to do something like implement =hashes=, you will need to
230226
- =SUnion (RVec<Value>)=
231227
- =SUnionStore (Key, RVec<Value>)=
232228

233-
234229
*** ZSetOps
235230

236231
- =ZAdd (Key, RVec<(Score, Key)>)=
@@ -242,28 +237,24 @@ Therefore, if you want to do something like implement =hashes=, you will need to
242237
- =ZPopMin (Key, Count)=
243238
- =ZRank (Key, Key)=
244239

245-
246240
*** BloomOps
247241

248242
- =BInsert (Key, Value)=
249243
- =BContains (Key, Value)=
250244

251-
252245
*** StackOps
253246

254247
- =STPush (Key, Value)=
255248
- =STPop (Key)=
256249
- =STPeek (Key)=
257250
- =STSize (Key)=
258251

259-
260252
*** HyperLogLogOps
261253

262254
- =PfAdd (Key, RVec<Value>)=
263255
- =PfCount (RVec<Key>)=
264256
- =PfMerge (Key, RVec<Key>)=
265257

266-
267258
*** MiscOps
268259

269260
- =Keys ()=

0 commit comments

Comments
 (0)