Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo committed Mar 20, 2023
1 parent beb0f66 commit e2214f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ keyword `:redis`. If you want to use other backends than S3 please refer to the
[datahike-redis.core]))

(def cfg {:store {:backend :redis
:bucket "redis://localhost:9475"}})
:uri "redis://localhost:9475"}})

;; Create a database at this place, by default configuration we have a strict
;; schema validation and keep historical data
Expand Down

0 comments on commit e2214f4

Please sign in to comment.