Skip to content

Commit 3a6243d

Browse files
committed
Remove support for (extremely outdated) alternate backends.
1 parent 206d839 commit 3a6243d

File tree

9 files changed

+0
-1117
lines changed

9 files changed

+0
-1117
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ Persistent structures implemented on top of Hashes. Supports secondary indexes t
4141
![](http://media.charlesleifer.com/blog/photos/p1420743625.21.png)
4242

4343
Please open a [github issue](https://github.com/coleifer/walrus/issues/new) and I will try my best to fix it!
44-
45-
### Alternative Backends
46-
47-
Walrus also can integrate with the Redis-like databases [rlite](https://github.com/seppo0010/rlite), [ledis](http://ledisdb.io/), and [vedis](http://vedis.symisc.net). Check the [documentation](https://walrus.readthedocs.io/en/latest/alt-backends.html) for more details.

docs/alt-backends.rst

Lines changed: 0 additions & 205 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Contents:
5757
streams
5858
models
5959
api
60-
alt-backends
6160
contributing
6261

6362

walrus/tests/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
from walrus.tests.rate_limit import *
1414
from walrus.tests.streams import *
1515

16-
try:
17-
from walrus.tusks.ledisdb import TestWalrusLedis
18-
except ImportError:
19-
pass
20-
try:
21-
from walrus.tusks.rlite import TestWalrusLite
22-
except ImportError:
23-
pass
24-
try:
25-
from walrus.tusks.vedisdb import TestWalrusVedis
26-
except ImportError:
27-
pass
28-
2916

3017
if __name__ == '__main__':
3118
unittest.main(argv=sys.argv)

walrus/tusks/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)